Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jul 7, 2011
1 parent 954b040 commit ee2d89f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void testEventsPropagateToObservers() throws Exception
Assert.assertFalse(modified.isEmpty());

List<Resource<?>> deleted = observer.getDeleted();
Assert.assertFalse(deleted.isEmpty());
Assert.assertTrue(deleted.isEmpty());

}
}

0 comments on commit ee2d89f

Please sign in to comment.