aboutsummaryrefslogtreecommitdiffstats
path: root/entity
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 /entity
parent1ced77af1a4bdbaa212a74bf0c56b2b81cdc5bd2 (diff)
downloadgit-bug-45e540c178533ef9aab01b1c3e782bc63061e313.tar.gz
bug: wrap dag.Entity into a full Bug in MergeAll
Diffstat (limited to 'entity')
-rw-r--r--entity/dag/entity_actions_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/entity_actions_test.go b/entity/dag/entity_actions_test.go
index 402f459c..45e69c7d 100644
--- a/entity/dag/entity_actions_test.go
+++ b/entity/dag/entity_actions_test.go
@@ -23,7 +23,7 @@ func allEntities(t testing.TB, bugs <-chan StreamedEntity) []*Entity {
return result
}
-func TestPushPull(t *testing.T) {
+func TestEntityPushPull(t *testing.T) {
repoA, repoB, remote, id1, id2, resolver, def := makeTestContextRemote(t)
defer repository.CleanupTestRepos(repoA, repoB, remote)