test(cli): Fix assertion helptext (#4966)

This commit is contained in:
simar7
2023-08-09 03:07:45 -06:00
committed by GitHub
parent b0359de664
commit 9493c6f087

View File

@@ -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) {