Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Dec 26, 2016
1 parent 6ae78d6 commit 7f0dcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GameScoreboardTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe('GameScoreboard Tests', function() {
});

it('should test localized start date', function() {
let expected = 'January 29, 2017 7:00 PM';
let expected = 'January 30, 2017 12:00 AM';
expect(scoreboard.getLocalizedStartDateTime()).to.equal(expected);
});

Expand Down

0 comments on commit 7f0dcee

Please sign in to comment.