Skip to content

Commit

Permalink
github action issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Apr 20, 2023
1 parent 2b7a6a6 commit 97dec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/datetime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ test('format', () => {

//test epoch seconds
expect(DateTime.fromString('1678814742', { format: 'X' }).getTime()).toBe(
167881474200
1678814742000
);

//test epoch millisecond
Expand Down

0 comments on commit 97dec3a

Please sign in to comment.