hotfix for failing unit test (#3258)

I know this isn't a real solution, but it's the quickest way to get it
working again.

A real solution must be found later.
This commit is contained in:
Karsten Hassel 2023-10-31 19:37:34 +01:00 committed by GitHub
parent 04f0df269a
commit a8d06ae74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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 yr API version in locationforecast and sunrise call (#3227)
- Fix cloneObject() function to respect RegExp (#3237) - Fix cloneObject() function to respect RegExp (#3237)
- Fix newsfeed module for feeds using "a10:updated" tag (#3238) - 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 ## [2.25.0] - 2023-10-01

View File

@ -160,7 +160,7 @@ describe("Default modules utils tests", () => {
}, },
time time
) )
).toBe("07:13"); ).toBe("08:13");
}); });
}); });
}); });