Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Nov 14, 2024
1 parent eeaa820 commit 74973ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BluetoothTests/L2CAPSocket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ internal final class TestL2CAPServer: L2CAPServer {
static func canAccept(server: BluetoothAddress) -> Bool {
lock.lock()
defer { lock.unlock() }
return pendingClients[server, default: []].isEmpty
return pendingClients[server, default: []].isEmpty == false
}
}

Expand Down

0 comments on commit 74973ac

Please sign in to comment.