Skip to content

Commit

Permalink
Fix failing test about the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Roux committed Aug 1, 2018
1 parent ca842f2 commit 71e5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/amadeus/AmadeusTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void testBuilderWithInvalidEnvironment() {
}*/

@Test public void testVersion() {
assertEquals("should have a version number", Amadeus.VERSION, "1.0.1");
assertEquals("should have a version number", Amadeus.VERSION, "1.1.0");
}

}

0 comments on commit 71e5185

Please sign in to comment.