Skip to content

Commit

Permalink
#90 fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Nov 29, 2015
1 parent 0b9a986 commit b7969ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void reservationFlowTest() throws Exception{
// list events
String eventList = eventController.listEvents(new BindingAwareModelMap(), Locale.ENGLISH);
if(eventManager.getActiveEvents().size() == 1) {
Assert.assertTrue(eventName.startsWith("redirect:/"));
Assert.assertTrue(eventList.startsWith("redirect:/"));
} else {
Assert.assertEquals("/event/event-list", eventList);
}
Expand Down

0 comments on commit b7969ec

Please sign in to comment.