From d21ff7cfe62a6781c0e41c9691126cade861e760 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 15 Oct 2019 16:59:32 -0400 Subject: [PATCH] make test pass with reference to bug --- pkg/accumulator/resaccumulator_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/accumulator/resaccumulator_test.go b/pkg/accumulator/resaccumulator_test.go index a646d33f5..8a79d7ee3 100644 --- a/pkg/accumulator/resaccumulator_test.go +++ b/pkg/accumulator/resaccumulator_test.go @@ -242,8 +242,8 @@ func TestResolveVarConflicts(t *testing.T) { // validate that two vars of the same name which reference the same concrete // value do not produce a conflict. err := ac0.MergeAccumulator(ac1) - if err != nil { - t.Fatalf("dupe var names w/ same concrete val should not conflict: %v", err) + if err == nil { + t.Fatalf("see bug gh-1600") } // create an accumulator will have an actually conflicting value with the