File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4946exit 0
You can’t perform that action at this time.
0 commit comments