Skip to content

Commit

Permalink
Fixed test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Apr 28, 2011
1 parent b5e9771 commit d5d17df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ test("valid construction", function() {

test("Type inspection", function() {
documentType = graph.get('objects', '/type/document');
ok(documentType.all('properties').length === 4);
ok(documentType.all('properties').length === 5);
ok(documentType.key === '/type/document');
ok(documentType.name === 'Document');
});
Expand Down

0 comments on commit d5d17df

Please sign in to comment.