We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717fdab commit d1dad32Copy full SHA for d1dad32
Tests/DistributedActorsTests/ClusterSystemTests.swift
@@ -76,8 +76,7 @@ final class ClusterSystemTests: SingleClusterSystemXCTestCase {
76
}
77
78
func test_shutdown_shouldCompleteReturnedHandleWhenDone() async throws {
79
- let system2 = await ClusterSystem("ShutdownSystem")
80
- let shutdown = try system2.shutdown()
+ let shutdown = try system.shutdown()
81
try shutdown.wait(atMost: .seconds(5))
82
83
0 commit comments