Skip to content

Commit f73b987

Browse files
authored
Update migrations_integration_test.go
1 parent f1b4d21 commit f73b987

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)