Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12192 from brave/fix/time-zone-unittest
Browse files Browse the repository at this point in the history
Fix time zone unittest failure on Travis
  • Loading branch information
bsclifton authored Dec 5, 2017
2 parents f522e1b + 6a1bfa4 commit 46b5387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/browser/datesTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let dates
require('../../braveUnit')

describe('update date handling', function () {
const exampleDate = 1510708981887 // Tuesday November 14th 2017, 6:23:01 PM
const exampleDate = 1510687381887 // Tuesday November 14th 2017, 12:23:01 PM
const exampleDate2 = 1512304291746 // Monday December 04th 2017, 9:18:11 AM
let fakeClock
before(function () {
Expand Down

0 comments on commit 46b5387

Please sign in to comment.