From: Stefan Junker Date: Thu, 31 Mar 2016 09:55:46 +0000 (+0200) Subject: pkg/utils: remove unneeded condition in tests X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=bcef17daac143f16a8a50c5ef07df224cc87d18f;p=cni.git pkg/utils: remove unneeded condition in tests --- diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go index 00e3b4f..20a9fcd 100644 --- a/pkg/utils/utils_test.go +++ b/pkg/utils/utils_test.go @@ -32,7 +32,6 @@ var _ = Describe("Utils", func() { Expect(len(chain1)).To(Equal(maxChainLength)) Expect(len(chain2)).To(Equal(maxChainLength)) Expect(chain1).To(Equal("CNI-374f33fe84ab0ed84dcdebe38")) - Expect(chain2).NotTo(Equal("CNI-374f33fe84ab0ed84dcdebe38")) Expect(chain1).NotTo(Equal(chain2)) }) })