Skip to content

Commit c70b3ed

Browse files
committed
fix(tests): use less strict raw module time
1 parent ec36de7 commit c70b3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/RawModule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe("RawModule", function() {
4848
undefined
4949
})
5050
var currentTime = new Date().getTime();
51-
myRawModule.builtTime.should.be.exactly(currentTime);
51+
myRawModule.builtTime.should.be.eql(currentTime);
5252
});
5353
});
5454

0 commit comments

Comments
 (0)