Skip to content

Commit 4fcaf61

Browse files
committed
chore: fix test realm path
1 parent d495031 commit 4fcaf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gno.land/p/n2p5/mgroup/mgroup_test.gno

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func TestManagedGroup(t *testing.T) {
1313
t.Parallel()
14-
testing.SetRealm(std.NewCodeRealm("gno.land/r/dev/null"))
14+
testing.SetRealm(std.NewCodeRealm("gno.land/r/test/test"))
1515

1616
u1 := testutils.TestAddress("u1")
1717
u2 := testutils.TestAddress("u2")

0 commit comments

Comments
 (0)