Skip to content

Commit aaee279

Browse files
committed
fix: changed intentional assertion failure
1 parent 6e67fc4 commit aaee279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/eliasnogueira/test/BookRoomWebTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public void bookARoom() {
5555
detailPage.finish();
5656

5757
assertThat(detailPage.getAlertMessage())
58-
.isEqualTo("YYour reservation has been made and we will contact you shortly");
58+
.isEqualTo("Your reservation has been made and we will contact you shortly");
5959
}
6060
}

0 commit comments

Comments
 (0)