mirror of
https://github.com/lbonn/rofi
synced 2024-11-14 16:17:11 +00:00
[Test] fix num keybindings in test.
This commit is contained in:
parent
4fd4fb89af
commit
1cac2c86f6
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ END_TEST
|
|||
START_TEST(test_mode_num_items)
|
||||
{
|
||||
unsigned int rows = mode_get_num_entries ( &help_keys_mode);
|
||||
ck_assert_int_eq ( rows, 73);
|
||||
ck_assert_int_eq ( rows, 74);
|
||||
for ( unsigned int i =0; i < rows; i++ ){
|
||||
int state = 0;
|
||||
GList *list = NULL;
|
||||
|
|
Loading…
Reference in a new issue