Skip to content

Commit 54ae052

Browse files
committed
tests: fix test expectation mismatch
1 parent 1b4ba84 commit 54ae052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/iterator/workdir.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,10 +661,10 @@ void test_iterator_workdir__filesystem_gunk(void)
661661

662662
cl_git_pass(git_iterator_for_filesystem(&i, "testrepo/.git/refs", NULL));
663663

664-
/* should only have 13 items, since we're not asking for trees to be
664+
/* should only have 16 items, since we're not asking for trees to be
665665
* returned. the goal of this test is simply to not crash.
666666
*/
667-
expect_iterator_items(i, 15, NULL, 15, NULL);
667+
expect_iterator_items(i, 16, NULL, 15, NULL);
668668
git_iterator_free(i);
669669
git_buf_dispose(&parent);
670670
}

0 commit comments

Comments
 (0)