Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Fix for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed May 31, 2017
1 parent 0746a5c commit 4375165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/project.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ it('PUT should fail with invalid stylesheet', function(done) {
var body = JSON.parse(res.body);
delete body.stack;
assert.deepEqual({
message: "style.mss:2:2 Invalid value for background-color, the type color is expected. blurb (of type keyword) was given."
message: "style.mss:2:2 Invalid value for background-color, the type color is expected. blurb (of type keyword) was given."
}, body);
done();
});
Expand Down

0 comments on commit 4375165

Please sign in to comment.