feat: Prep for moving tests into single integration suite

This commit is contained in:
2024-11-16 01:42:29 -05:00
parent c84427a9b3
commit 3416ce1003
14 changed files with 182 additions and 376 deletions

View File

@@ -183,6 +183,7 @@ public extension MQTTManager {
)
},
shutdown: {
Task { try await client.shutdown() }
manager.shutdown()
},
_withClient: { callback in