Fix old tests
This commit is contained in:
parent
4afbe4aa4e
commit
e5d0d7abb3
|
@ -38,8 +38,8 @@ class InfrastructureTests: XCTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
func testParsing() {
|
func testParsing() {
|
||||||
print(infra.pools)
|
print(infra.categories)
|
||||||
XCTAssertEqual(infra.pools.count, 48)
|
XCTAssertEqual(infra.categories.count, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
func testIdentifier() {
|
func testIdentifier() {
|
||||||
|
|
Loading…
Reference in New Issue