Skip to content

Commit

Permalink
test(cli): Fix assertion helptext (#4966)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Aug 9, 2023
1 parent b0359de commit 9493c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/module/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestManager_Register(t *testing.T) {
})
require.NoError(t, err)
// WASM modules must be generated before running the tests.
require.Equal(t, count, 3, "missing WASM modules, try 'make test' or 'make generate-test-modules'")
require.Equal(t, count, 3, "missing WASM modules, try 'mage test:unit' or 'mage test:generateModules'")

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit 9493c6f

Please sign in to comment.