We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7e06e commit 66f3e75Copy full SHA for 66f3e75
ignite/cmd/plugin_default_test.go
@@ -24,7 +24,7 @@ func TestEnsureDefaultPlugins(t *testing.T) {
24
name: "should not add because already present in config",
25
cfg: &pluginsconfig.Config{
26
Apps: []pluginsconfig.Plugin{{
27
- Path: "github.com/ignite/cli/cli-plugin-network@v42",
+ Path: "github.com/ignite/cli-plugin-network@v42",
28
}},
29
},
30
expectAddedInCommand: false,
0 commit comments