diff --git a/Tests/BluetoothTests/AddressTests.swift b/Tests/BluetoothTests/AddressTests.swift index b01849d2d..76d699ac6 100644 --- a/Tests/BluetoothTests/AddressTests.swift +++ b/Tests/BluetoothTests/AddressTests.swift @@ -86,7 +86,8 @@ final class AddressTests: XCTestCase { "12C:BB:CC:DD:E", "FFFF::7D:DA:71:13", "00:1A:7D:DA:71:13a", - "0:1A:7D:DA:71:13" + "0:1A:7D:DA:71:13", + "00:1A:7D:DA:71;13" ] malformed.forEach { XCTAssertNil(Address(rawValue: $0), $0) }