Skip to content

Commit

Permalink
lint corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Jun 21, 2017
1 parent a7d265f commit ec9dee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storage/test/bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ describe('Bucket', function() {
it('should call setLabels with multiple labels', function(done) {
bucket.setLabels = function(labels, callback) {
assert.deepStrictEqual(labels, {
'labelonename': null,
'labeltwoname': null
labelonename: null,
labeltwoname: null
});
callback(); // done()
};
Expand Down

0 comments on commit ec9dee0

Please sign in to comment.