summaryrefslogtreecommitdiffstats
path: root/test/mode-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mode-test.c')
-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 67c55fbb..c67c89a8 100644
--- a/test/mode-test.c
+++ b/test/mode-test.c
@@ -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, 77);
+ ck_assert_int_eq(rows, 79);
for (unsigned int i = 0; i < rows; i++) {
int state = 0;
GList *list = NULL;