Skip to content

Commit 0d5df81

Browse files
fixed #224
1 parent ac9b494 commit 0d5df81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/woehlke/twitterwall/frontend/controller/TaskControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void getTaskByIdTest() throws Exception {
121121
public void createTestDataTest() throws Exception {
122122
MvcResult result = this.mockMvc.perform(get("/task/start/createTestData"))
123123
.andExpect(status().isOk())
124-
.andExpect(view().name( "/task/start/taskStarted"))
124+
.andExpect(view().name( "/task/start/createTestData"))
125125
.andExpect(model().attributeExists("taskTweets"))
126126
.andExpect(model().attributeExists("taskUsers"))
127127
.andExpect(model().attributeExists("page"))

0 commit comments

Comments
 (0)