Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi Modebadze committed Jul 21, 2024
1 parent a0db5ff commit f4941b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void shouldHandleTrigger() throws IOException {
assertNotNull(sentModal.getView());
assertNotNull(sentModal.getView().getType());
assertNotNull(sentModal.getView().getSubmit());
assertEquals(18, sentModal.getView().getBlocks().size());
assertEquals(20, sentModal.getView().getBlocks().size());
}

@Test
Expand Down Expand Up @@ -276,7 +276,7 @@ void shouldHandleSubmission() throws IOException {
assertNull(sentHomeTab.getHash());
assertNotNull(sentHomeTab.getView().getType());
assertNull(sentHomeTab.getView().getSubmit());
assertEquals(20, sentHomeTab.getView().getBlocks().size());
assertEquals(22, sentHomeTab.getView().getBlocks().size());
assertEquals(List.of("guitar"), cachedUser.getEmojis());
assertEquals(700, cachedUser.getSyncStartHour());
assertEquals(2000, cachedUser.getSyncEndHour());
Expand Down

0 comments on commit f4941b3

Please sign in to comment.