Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Sep 16, 2018
1 parent 2d34fbf commit 8dc48df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/BluetoothTests/AddressTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit 8dc48df

Please sign in to comment.