Skip to content

Commit

Permalink
Fix self-register of crc32c
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanseys committed Apr 27, 2015
1 parent 4a0e81e commit 3d6e163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/storage/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe('File', function() {
var bucket;

before(function() {
mockery.registerMock('sse4_crc32', crc);
mockery.registerMock('configstore', FakeConfigStore);
mockery.registerMock('duplexify', FakeDuplexify);
mockery.registerMock('request', fakeRequest);
Expand Down

0 comments on commit 3d6e163

Please sign in to comment.