We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d495031 commit 4fcaf61Copy full SHA for 4fcaf61
examples/gno.land/p/n2p5/mgroup/mgroup_test.gno
@@ -11,7 +11,7 @@ import (
11
12
func TestManagedGroup(t *testing.T) {
13
t.Parallel()
14
- testing.SetRealm(std.NewCodeRealm("gno.land/r/dev/null"))
+ testing.SetRealm(std.NewCodeRealm("gno.land/r/test/test"))
15
16
u1 := testutils.TestAddress("u1")
17
u2 := testutils.TestAddress("u2")
0 commit comments