pkg/utils: remove unneeded condition in tests
This commit is contained in:
parent
9612d36615
commit
42b74b9eb5
@ -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))
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user