Skip to content

Commit a8ed120

Browse files
authored
Merge pull request #2185 from sky-coderay/main
fix error migrations_integration_test.go
2 parents f1b4d21 + f73b987 commit a8ed120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/migrations_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func TestAccessConfigMigrations(t *testing.T) {
152152
// allow everybody was not migrated
153153
assert.Equal(t, types.AllowEverybody, wasmApp.WasmKeeper.GetCodeInfo(ctx, code2).InstantiateConfig)
154154

155-
// allow nodoby was not migrated
155+
// allow nobody was not migrated
156156
assert.Equal(t, types.AllowNobody, wasmApp.WasmKeeper.GetCodeInfo(ctx, code3).InstantiateConfig)
157157
}
158158

0 commit comments

Comments
 (0)