Skip to content

Commit

Permalink
Update pkg/controller/machine_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Prashanth <prashanth@sap.com>
  • Loading branch information
hardikdr and prashanth26 authored Oct 4, 2020
1 parent 038289b commit 0148ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ var _ = Describe("machine", func() {
c, trackers := createController(stop, testNamespace, nil, nil, nil)
defer trackers.Stop()

equal := c.isMachineStatusEqual(data.action.s1, data.action.s2)
equal := isMachineStatusEqual(data.action.s1, data.action.s2)
Expect(equal).To(Equal(data.expect.equal))
},
Entry("return true as status is same", &data{
Expand Down

0 comments on commit 0148ba2

Please sign in to comment.