summaryrefslogtreecommitdiff
path: root/tests/refs/branches/iterator.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/refs/branches/iterator.c')
-rw-r--r--tests/refs/branches/iterator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/refs/branches/iterator.c b/tests/refs/branches/iterator.c
index ca366c9f3..e086681e5 100644
--- a/tests/refs/branches/iterator.c
+++ b/tests/refs/branches/iterator.c
@@ -48,7 +48,7 @@ static void assert_retrieval(unsigned int flags, unsigned int expected_count)
void test_refs_branches_iterator__retrieve_all_branches(void)
{
- assert_retrieval(GIT_BRANCH_ALL, 14);
+ assert_retrieval(GIT_BRANCH_ALL, 15);
}
void test_refs_branches_iterator__retrieve_remote_branches(void)
@@ -58,7 +58,7 @@ void test_refs_branches_iterator__retrieve_remote_branches(void)
void test_refs_branches_iterator__retrieve_local_branches(void)
{
- assert_retrieval(GIT_BRANCH_LOCAL, 12);
+ assert_retrieval(GIT_BRANCH_LOCAL, 13);
}
struct expectations {