Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Oct 3, 2023
1 parent 730fffd commit b6af153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsupport/wait/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func UntilMasterUserRecordHasAnyUserAccountStatus() MasterUserRecordWaitCriterio
return len(actual.Status.UserAccounts) > 0
},
Diff: func(actual *toolchainv1alpha1.MasterUserRecord) string {
return fmt.Sprintf("expected to be at least one embedded UserAccount status present, but is empty")
return "expected to be at least one embedded UserAccount status present, but is empty"
},
}
}
Expand Down

0 comments on commit b6af153

Please sign in to comment.