Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgageot committed Jan 31, 2011
1 parent bd000fa commit 205de63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public void shouldSupportTestNG()
{
Iterable<TestEvent> events = runner.runTest(TestNGTest.class.getName());
TestEvent expectedEvent = methodFailed(TestNGTest.class.getName(), "shouldFail", new AssertionError(
"expected:<true> but was:<false>"));
"expected:<false> but was:<true>"));
assertEventsEquals(expectedEvent, getOnlyElement(events));
}

Expand Down

0 comments on commit 205de63

Please sign in to comment.