Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request jashkenas#872 from vovik/master
Browse files Browse the repository at this point in the history
fixed typo in test for (presumably) equality
  • Loading branch information
jashkenas committed Jan 22, 2012
2 parents a9a3499 + c7c7b3c commit 36fde54
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 36fde54

Please sign in to comment.