Skip to content

Commit

Permalink
Fix failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Feb 26, 2024
1 parent b6dd132 commit a635b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/IntegrationTests/NeighbourhoodIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ final class NeighbourhoodIntegrationTests: XCTestCase {
inPoliceForce: policeForceID
)

XCTAssertEqual(boundary.count, 993)
XCTAssertEqual(boundary.count, 961)
}

func testPoliceOfficersForNeighbourhoodInPoliceForceForWakefieldCentralWestYorkshire() async throws {
Expand Down

0 comments on commit a635b26

Please sign in to comment.