Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Oct 31, 2024
1 parent fd23509 commit 4d128f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/upgrade/inplace/lock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ func TestLock(t *testing.T) {

g.Expect(err).To(HaveOccurred())
lockInfo, err := lock.semaphore.getLockInfo()
g.Expect(err).To(HaveOccurred())
g.Expect(err).ToNot(HaveOccurred())
g.Expect(lockInfo.MachineName).To(Equal(machine.Name))
g.Expect(lockInfo.MachineNamespace).To(Equal(machine.Namespace))
})
Expand Down

0 comments on commit 4d128f3

Please # to comment.