Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix for failing unit test #3258

Merged
merged 1 commit into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ _This release is scheduled to be released on 2024-01-01._
- Fix yr API version in locationforecast and sunrise call (#3227)
- Fix cloneObject() function to respect RegExp (#3237)
- Fix newsfeed module for feeds using "a10:updated" tag (#3238)
- Fix issue template (3167)
- Fix issue template (#3167)
- Hotfix for failing unit test (#3254)

## [2.25.0] - 2023-10-01

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/modules/default/utils_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ describe("Default modules utils tests", () => {
},
time
)
).toBe("07:13");
).toBe("08:13");
});
});
});