Skip to content

Commit cd3b309

Browse files
committed
fix test
1 parent 9db316d commit cd3b309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gno.land/pkg/gnoland/app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func TestNewAppWithOptions(t *testing.T) {
124124
{"params/vm:gno.land/r/sys/testrealm:bar_uint64", `"1337"`},
125125
{"params/vm:gno.land/r/sys/testrealm:bar_bool", `true`},
126126
{"params/vm:gno.land/r/sys/testrealm:bar_strings", `["some","strings"]`},
127-
{"params/vm:gno.land/r/sys/testrealm:bar_bytes", `"SGkh"`}, // XXX: make this test more readable
127+
{"params/vm:gno.land/r/sys/testrealm:bar_bytes", string([]byte{0x48, 0x69, 0x21})}, // XXX: make this test more readable
128128
}
129129

130130
for _, tc := range tcs {

0 commit comments

Comments
 (0)