Skip to content

Commit 13e07c2

Browse files
committed
Fix typo in assertion diagnostic message.
1 parent 8c2c7bd commit 13e07c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/get-resource-id-related.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe("Testing jsonapi-server", function() {
7676
json = helpers.validateJson(json);
7777
assert.equal(res.statusCode, "200", "Expecting 200 OK");
7878
assert.strictEqual(json.data, null);
79-
assert(!("included" in json), "Null resource not NOT have `includes` attribute");
79+
assert(!("included" in json), "Null resource DON'T have `includes` attribute");
8080

8181
done();
8282

0 commit comments

Comments
 (0)