Skip to content

Commit

Permalink
Test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan-Chauhan committed May 2, 2018
1 parent 49cce22 commit 7dc8d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/edit-images-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ test("Can't delete last image", function() {
});

andThen(function() {
equal(find("#photo-list img").length, 1);
equal(find("#photo-list img").length, 0);
});
});

0 comments on commit 7dc8d83

Please sign in to comment.