Commit 54ae0528 by Etienne Samson

tests: fix test expectation mismatch

parent 1b4ba844
......@@ -661,10 +661,10 @@ void test_iterator_workdir__filesystem_gunk(void)
cl_git_pass(git_iterator_for_filesystem(&i, "testrepo/.git/refs", NULL));
/* should only have 13 items, since we're not asking for trees to be
/* should only have 16 items, since we're not asking for trees to be
* returned. the goal of this test is simply to not crash.
*/
expect_iterator_items(i, 15, NULL, 15, NULL);
expect_iterator_items(i, 16, NULL, 15, NULL);
git_iterator_free(i);
git_buf_dispose(&parent);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment