Skip to content

Commit

Permalink
Fix test for Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Aug 18, 2010
1 parent 9fc2c44 commit adc48ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/model_local_storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if (window.localStorage) {

equals(Post.count(), 0)
equals(localStorage.length, 1)
ok(localStorage[post.uid] === undefined)
ok(!localStorage[post.uid])
equals(localStorage["post-collection"], "[]",
"should be removed from localStorage list")

Expand Down

0 comments on commit adc48ba

Please sign in to comment.