Fix old tests

This commit is contained in:
Davide De Rosa 2019-04-26 15:53:57 +02:00
parent 4afbe4aa4e
commit e5d0d7abb3
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ class InfrastructureTests: XCTestCase {
}
func testParsing() {
print(infra.pools)
XCTAssertEqual(infra.pools.count, 48)
print(infra.categories)
XCTAssertEqual(infra.categories.count, 1)
}
func testIdentifier() {