mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[Test] fix num keybindings in test.
This commit is contained in:
parent
26db739120
commit
901ab98779
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