Skip to content

Commit

Permalink
Fix a broken unit-test (version 3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Roux committed Jan 22, 2019
1 parent 33641c7 commit 01e3991
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 @@ -52,7 +52,7 @@ public void testBuilderWithInvalidEnvironment() {
}*/

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

}

0 comments on commit 01e3991

Please sign in to comment.