Skip to content

Commit fbdbb67

Browse files
committed
Merge pull request #99 from holidayextras/fix-typo
Fix typo in assertion diagnostic message.
2 parents 8c2c7bd + 13e07c2 commit fbdbb67

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)