Skip to content

Commit

Permalink
attempt to fix weird eslint build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mina Smart committed Feb 25, 2016
1 parent 9fe1c6c commit 05a5e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api/shop-client-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ test('it utilizes the model\'s adapter and serializer during #update', function
step(4, 'resolves update with the deserialized model', assert);
assert.equal(localUpdatedModel, updatedModel);
done();
}).catch(e => {
}).catch(() => {
assert.ok(false);
done();
});
Expand Down

0 comments on commit 05a5e30

Please sign in to comment.