Skip to content

Commit 40876f5

Browse files
committed
commit test update #1895
1 parent 1032f40 commit 40876f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/js/spec/KnockoutDatesSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ describe("knockout dates spec", function () {
44
var date = Date.fromISO("2019-05-30T14:00:00Z");
55
simpleDate(date);
66

7-
expect(simpleDate.formattedDate()).toBe("31-05-2019"); // AEST
7+
expect(simpleDate.formattedDate()).toBe("30-05-2019"); // UTC
88
});
99
});

0 commit comments

Comments
 (0)