Skip to content

Commit

Permalink
feat: (big update) add new filter parameter exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatRuslanovich committed Oct 18, 2024
1 parent c6ea749 commit 23496d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ void testCreateUpdateConfigKeyboard() {
assertNotNull(markup);
assertEquals(4, markup.getKeyboard().size()); // Should have 7 buttons
assertEquals(CommandMessageConstants.ButtonText.UPDATE_CONFIG_NAME, markup.getKeyboard().get(0).get(0).getText());
assertEquals(CommandMessageConstants.ButtonText.BACK, markup.getKeyboard().get(3).get(0).getText());
assertEquals(CommandMessageConstants.ButtonText.UPDATE_SCHEDULE, markup.getKeyboard().get(3).get(0).getText());
}
}

0 comments on commit 23496d3

Please sign in to comment.