aboutsummaryrefslogtreecommitdiffstats
path: root/identity/identity_actions_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-14 12:38:09 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:38:09 +0100
commit45e540c178533ef9aab01b1c3e782bc63061e313 (patch)
treefe126c135f706515d38676b0e491fcbbd6e7814b /identity/identity_actions_test.go
parent1ced77af1a4bdbaa212a74bf0c56b2b81cdc5bd2 (diff)
downloadgit-bug-45e540c178533ef9aab01b1c3e782bc63061e313.tar.gz
bug: wrap dag.Entity into a full Bug in MergeAll
Diffstat (limited to 'identity/identity_actions_test.go')
-rw-r--r--identity/identity_actions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/identity/identity_actions_test.go b/identity/identity_actions_test.go
index 54cb2a46..2a5954d6 100644
--- a/identity/identity_actions_test.go
+++ b/identity/identity_actions_test.go
@@ -8,7 +8,7 @@ import (
"github.com/MichaelMure/git-bug/repository"
)
-func TestPushPull(t *testing.T) {
+func TestIdentityPushPull(t *testing.T) {
repoA, repoB, remote := repository.SetupGoGitReposAndRemote()
defer repository.CleanupTestRepos(repoA, repoB, remote)