mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 11:53:11 +00:00
Update test for # keybindings.
This commit is contained in:
parent
09b9e32fd1
commit
d4b77207dd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue