Skip to content

Commit

Permalink
Merge pull request #136 from Mr-Sunglasses/fix/tests
Browse files Browse the repository at this point in the history
fix: Update Test Expectations
  • Loading branch information
Mr-Sunglasses authored Mar 4, 2024
2 parents 15e9780 + d6d292e commit 0fda59c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/__tests__/sample.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ describe('POST /city/batch', () => {
countryCode: "",
region: "IL",
regionName: "Illinois",
city: "Geneva",
zip: "60134",
lat: 41.8847,
lon: -88.3028,
city: "Sugar Grove",
zip: "60554",
lat: 41.7776,
lon: -88.4293,
timezone: "America/Chicago",
proxy: false,
hosting: false,
Expand Down Expand Up @@ -178,4 +178,4 @@ describe('GET /location/:locationlevel/centroid', () => {
const response = await fetch(`${BASE_URL}/location/DISTRICT/centroid?query=lalaland`);
expect(response.status).toBe(404);
})
});
});

0 comments on commit 0fda59c

Please sign in to comment.