summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-15 14:44:22 +0200
committerDave Davenport <qball@blame.services>2021-06-15 14:44:22 +0200
commit1cac2c86f6e4fd15b4fb65f76e96dc91df901ac1 (patch)
treecb0eda713c29c78937acb6911d5b5238bd782c73
parent4fd4fb89af7e1a73427edb46035f640cf267fdc7 (diff)
[Test] fix num keybindings in test.
-rw-r--r--test/mode-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mode-test.c b/test/mode-test.c
index 88bbd7ef..ead483dc 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -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;