Skip to content

Commit adfdf47

Browse files
fixed #42
1 parent f2c7467 commit adfdf47

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void test004getTickerSymbolById() throws Exception {
107107
.andExpect(view().name("tickersymbol/id"))
108108
.andExpect(model().attributeExists("users"))
109109
.andExpect(model().attributeExists("latestTweets"))
110-
.andExpect(model().attributeExists("tickersymbol"))
110+
.andExpect(model().attributeExists("tickerSymbol"))
111111
.andExpect(model().attributeExists("page"))
112112
.andReturn();
113113

travis.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,5 @@ psql -c '\dn' -U postgres
4242

4343
./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
4444
./mvnw clean site site:deploy -Ptravis -Dtest=AlphaTopLevelSuiteIT -B -V
45-
#./mvnw clean site site:deploy -Ptravis -Dtest=CronJobsTest -B -V
46-
47-
4845

4946
exit 0

0 commit comments

Comments
 (0)