We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When this test fails:
XCTAssertEqual(g.rules.count, 1)
The output is
XCTAssertEqual failed: ("3") is not equal to ("1")
The quotes around the values are both needless and misleading; they give the impression that I was testing for string equality.