From a635b26a711ac6f571816a0980c1bdceb7130a1c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 26 Feb 2024 20:09:32 +0000 Subject: [PATCH] Fix failing integration test --- Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift b/Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift index ff27600..2a2c325 100644 --- a/Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift +++ b/Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift @@ -170,7 +170,7 @@ final class NeighbourhoodIntegrationTests: XCTestCase { inPoliceForce: policeForceID ) - XCTAssertEqual(boundary.count, 993) + XCTAssertEqual(boundary.count, 961) } func testPoliceOfficersForNeighbourhoodInPoliceForceForWakefieldCentralWestYorkshire() async throws {