aboutsummaryrefslogtreecommitdiffstats
path: root/entities/identity/identity_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'entities/identity/identity_test.go')
-rw-r--r--entities/identity/identity_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entities/identity/identity_test.go b/entities/identity/identity_test.go
index 0ecc8058..85d5385b 100644
--- a/entities/identity/identity_test.go
+++ b/entities/identity/identity_test.go
@@ -275,7 +275,7 @@ func TestIdentityRemove(t *testing.T) {
_, err = Fetch(repo, "remoteB")
require.NoError(t, err)
- err = RemoveIdentity(repo, rene.Id())
+ err = Remove(repo, rene.Id())
require.NoError(t, err)
_, err = ReadLocal(repo, rene.Id())