Skip to content

Commit

Permalink
Update src/pkg/bundle/deploy_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: UncleGedd <42304551+UncleGedd@users.noreply.github.com>
  • Loading branch information
TristanHoladay and UncleGedd committed Jun 5, 2024
1 parent 85a5ad3 commit e995e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/bundle/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ func TestFileVariableHandlers(t *testing.T) {

if tc.requireNoErr {
require.NoError(t, err)
require.Contains(t, tc.expected, overrideMap[componentName][chartName].FileValues[0])
require.Equals(t, tc.expected, overrideMap[componentName][chartName].FileValues[0])

Check failure on line 608 in src/pkg/bundle/deploy_test.go

View workflow job for this annotation

GitHub Actions / validate

undefined: require.Equals (typecheck)
} else {
require.Contains(t, err.Error(), "unable to find")
}
Expand Down

0 comments on commit e995e65

Please sign in to comment.