Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Jan 9, 2025
1 parent 2c9a14e commit d0a5bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/workapplier/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func TestValidateOwnerReferences(t *testing.T) {
AllowCoOwnership: false,
},
wantErred: true,
wantErrMsgSubStr: "manifest is set to have multiple owner references but co-ownership is disallowed",
wantErrMsgSubStr: "manifest is set to have owner references but co-ownership is disallowed",
},
{
name: "unexpected AppliedWork owner ref",
Expand Down

0 comments on commit d0a5bc7

Please sign in to comment.