Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-staffbase committed Jun 18, 2024
1 parent 9b130bd commit dbb64ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/weather-forecast/src/api/useWeather.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setLogger({
});

describe("useWeather", () => {
const endpoint = "https://api.openweathermap.org/data/2.5/onecall";
const endpoint = "https://api.openweathermap.org/data/3.0/onecall";
afterEach(() => {
queryClient.clear();
});
Expand Down

0 comments on commit dbb64ec

Please sign in to comment.