Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jun 8, 2022
1 parent ab0e45b commit 13cd164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GATTTests/GATTTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ extension GATTTests {
try await central.connect(to: device.peripheral)
try await client(central, device.peripheral)
// cleanup
//await central.disconnectAll()
await central.disconnectAll()
await peripheral.removeAllServices()
}
#endif
Expand Down

0 comments on commit 13cd164

Please sign in to comment.