Skip to content

Commit

Permalink
Merge pull request #99 from holidayextras/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in assertion diagnostic message.
  • Loading branch information
pmcnr-hx committed Feb 10, 2016
2 parents 8c2c7bd + 13e07c2 commit fbdbb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/get-resource-id-related.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ describe("Testing jsonapi-server", function() {
json = helpers.validateJson(json);
assert.equal(res.statusCode, "200", "Expecting 200 OK");
assert.strictEqual(json.data, null);
assert(!("included" in json), "Null resource not NOT have `includes` attribute");
assert(!("included" in json), "Null resource DON'T have `includes` attribute");

done();

Expand Down

0 comments on commit fbdbb67

Please sign in to comment.