Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Mar 3, 2020
1 parent 10d3edb commit d8f04bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/integrations/moment/moment_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('MomentService', () => {
expect(momentMock.updateLocale).toHaveBeenCalledWith('default-locale', { week: { dow: 0 } });
});

it('uses the default timezone when a zone is not defined', async () => {
it('does not set unknkown zone', async () => {
const tz$ = new BehaviorSubject('timezone/undefined');
const dow$ = new BehaviorSubject('dow1');

Expand Down

0 comments on commit d8f04bb

Please sign in to comment.