Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhdqirui committed Feb 15, 2023
1 parent 22a4bd6 commit b17db61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class NotificationDbIT extends BaseTestCaseWithSqlDatabaseAccess {

@Test
public void testCreateNotification() throws EntityAlreadyExistsException, InvalidParametersException {
______TS("success: create notification that does not exists");
______TS("success: create notification that does not exist");
Notification newNotification = new Notification.NotificationBuilder()
.withStartTime(Instant.parse("2011-01-01T00:00:00Z"))
.withEndTime(Instant.parse("2099-01-01T00:00:00Z"))
Expand Down

0 comments on commit b17db61

Please sign in to comment.