Skip to content

Commit

Permalink
remove failing unit test (MagicMirrorOrg#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel authored Nov 9, 2023
1 parent b300191 commit 3fe5ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _This release is scheduled to be released on 2024-01-01._

- Removed Codecov workflow (not working anymore, other workflow required) (#3107)
- Removed titleReplace from calendar, replaced + extended by customEvents (backward compatibility included)
- Removed failing unit test (#3254)

### Updated

Expand All @@ -32,7 +33,6 @@ _This release is scheduled to be released on 2024-01-01._
- Fix newsfeed module for feeds using "a10:updated" tag (#3238)
- Fix issue template (#3167)
- Fix #3256 filter out bad results from rrule.between
- Fix for failing unit test (#3254)
- Fix calendar events sometimes not respecting deleted events (#3250)

## [2.25.0] - 2023-10-01
Expand Down
12 changes: 0 additions & 12 deletions tests/unit/modules/default/utils_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,5 @@ describe("Default modules utils tests", () => {
)
).toBe("1:13");
});

it("should convert correctly into another timezone", () => {
expect(
formatTime(
{
timeFormat: 24,
timezone: "America/Toronto"
},
time
)
).toBe("09:13");
});
});
});

0 comments on commit 3fe5ad4

Please sign in to comment.