diff options
Diffstat (limited to 'tests/online/fetch.c')
| -rw-r--r-- | tests/online/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/online/fetch.c b/tests/online/fetch.c index 1a0f05039..da0df0ad5 100644 --- a/tests/online/fetch.c +++ b/tests/online/fetch.c @@ -127,7 +127,7 @@ void test_online_fetch__doesnt_retrieve_a_pack_when_the_repository_is_up_to_date cl_assert_equal_i(false, invoked); - cl_git_pass(git_remote_update_tips(remote, &options.callbacks, NULL)); + cl_git_pass(git_remote_update_tips(remote, &options.callbacks, 1, NULL)); git_remote_disconnect(remote); git_remote_free(remote); |
