Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Nov 22, 2020
1 parent 1479a5a commit 2ee14b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unexpected-snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ it('should foo', function() {
},
'to equal snapshot',
{
date: new Date('Thu, 09 May 2019 12:34:56.789 GMT'),
date: new Date('2019-05-09T12:34:56.789Z'),
buffer: Buffer.from([0xde, 0xad, 0xbe, 0xef]),
undefined: undefined,
null: null,
Expand Down

0 comments on commit 2ee14b4

Please sign in to comment.