Skip to content

Commit 56b13a1

Browse files
committed
Clean up tests
1 parent a8c47be commit 56b13a1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/HT16K33Tests/HT16K33Tests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ class HT16K33Tests: XCTestCase {
1313

1414
led.set(led: 1, on: false)
1515
XCTAssertEqual(led.debugDescription(0), "00 00000001", "Buffer incorrect after unset")
16-
17-
print(led.debugDescription())
1816
}
1917

2018

Tests/HT16K33Tests/Matrix8x8Tests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ class Matrix8x8Tests: XCTestCase {
3838
m8x8.setPixel(x: x, y: y, on: false, write: true)
3939
}
4040
}
41-
sleep(1)
4241
m8x8.clear()
43-
print(m8x8.debugDescription())
4442
}
4543

4644
static var allTests = [

0 commit comments

Comments
 (0)