1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Update test for # keybindings.

This commit is contained in:
Dave Davenport 2022-08-22 21:57:29 +02:00
parent 09b9e32fd1
commit d4b77207dd

View file

@ -127,7 +127,7 @@ END_TEST
START_TEST(test_mode_num_items) {
unsigned int rows = mode_get_num_entries(&help_keys_mode);
ck_assert_int_eq(rows, 76);
ck_assert_int_eq(rows, 77);
for (unsigned int i = 0; i < rows; i++) {
int state = 0;
GList *list = NULL;