Skip to content

Commit

Permalink
#2 - Test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 15, 2016
1 parent fd9b8ef commit 7d9a72b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void usesCustomModuleIterationStartVersion() {
ModuleIteration module = ReleaseTrains.DIJKSTRA.getModuleIteration(Iteration.M1, "Elasticsearch");

JiraVersion version = new JiraVersion(module);
assertThat(version.toString(), is("1.0 M2 (Dijkstra)"));
assertThat(version.toString(), is("1.0 M1 (Dijkstra)"));
}

@Test
Expand Down

0 comments on commit 7d9a72b

Please sign in to comment.