Skip to content

Commit

Permalink
fixed typo in test for (presumably) equality
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzle committed Jan 18, 2012
1 parent b05deb5 commit c7c7b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ $(document).ready(function() {

test("Model: fetch", function() {
doc.fetch();
ok(lastRequest[0], 'read');
equal(lastRequest[0], 'read');
ok(_.isEqual(lastRequest[1], doc));
});

Expand Down

0 comments on commit c7c7b3c

Please sign in to comment.