diff --git a/Passepartout-CoreTests/InfrastructureTests.swift b/Passepartout-CoreTests/InfrastructureTests.swift index c0be2874..37b357b7 100644 --- a/Passepartout-CoreTests/InfrastructureTests.swift +++ b/Passepartout-CoreTests/InfrastructureTests.swift @@ -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() {