Skip to content

Commit

Permalink
try to fix ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
xdk78 committed May 6, 2022
1 parent 8d16721 commit 9176a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils/convertTime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ describe('convertTime', () => {
// fix for different timezones on CI
if (process.env.CI) {
expected = '5.05.2022, 16:33';
} else {
expected = '5.05.2022, 18:33';
}
expected = '5.05.2022, 18:33';

const result = formatFirebaseDateWithHours(timestamp);
expect(result).toEqual(expected);
});
Expand Down

0 comments on commit 9176a3a

Please sign in to comment.