diff options
Diffstat (limited to 'identity/identity_actions_test.go')
-rw-r--r-- | identity/identity_actions_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/identity/identity_actions_test.go b/identity/identity_actions_test.go index 713b3246..48652438 100644 --- a/identity/identity_actions_test.go +++ b/identity/identity_actions_test.go @@ -9,8 +9,8 @@ import ( ) func TestPushPull(t *testing.T) { - repoA, repoB, remote := repository.SetupReposAndRemote(t) - defer repository.CleanupTestRepos(t, repoA, repoB, remote) + repoA, repoB, remote := repository.SetupReposAndRemote() + defer repository.CleanupTestRepos(repoA, repoB, remote) identity1 := NewIdentity("name1", "email1") err := identity1.Commit(repoA) |