Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 15, 2025
1 parent f7bfd11 commit a46e173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cca/integration/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestCCA(t *testing.T) {
)),
))

require.Contains("Ignite CCA added", buf.String())
require.Contains(buf.String(), "Ignite CCA added")
}

func assertLocalPlugins(t *testing.T, app envtest.App, expectedPlugins []pluginsconfig.Plugin) {
Expand Down

0 comments on commit a46e173

Please sign in to comment.