Skip to content

Commit

Permalink
Update machinepoolmachine_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlieberman authored Jun 22, 2022
1 parent 9afbebe commit 3e5a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/scope/machinepoolmachine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func TestMachineScope_UpdateStatus(t *testing.T) {
params.AzureMachinePoolMachine = ampm
s, err := NewMachinePoolMachineScope(params)
g.Expect(err).NotTo(HaveOccurred())
g.Expect(s).ToNot(BeNil())
g.Expect(s).NotTo(BeNil())
s.instance = instance
s.workloadNodeGetter = mockClient

Expand Down

0 comments on commit 3e5a2f6

Please sign in to comment.