add test for exact value

This commit is contained in:
Aaron Bieber 2021-06-13 08:52:52 -06:00
parent dc9899f777
commit 2684fef50a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ final class BeatTests: XCTestCase {
XCTAssertGreaterThan(b.int(), 0)
XCTAssertLessThan(b.int(), 1000)
XCTAssertEqual(b.int(), 997)
XCTAssertEqual(b.text(), "997")
// now beat