Merge "needed for v.io/c/11752"
diff --git a/clients/shell/go/src/v.io/x/chat/channel_test.go b/clients/shell/go/src/v.io/x/chat/channel_test.go
index 6d20fd7..7bdb1de 100644
--- a/clients/shell/go/src/v.io/x/chat/channel_test.go
+++ b/clients/shell/go/src/v.io/x/chat/channel_test.go
@@ -115,7 +115,7 @@
 }
 
 func TestMembers(t *testing.T) {
-	ctx, shutdown := test.InitForTest()
+	ctx, shutdown := test.V23Init()
 	defer shutdown()
 
 	mounttable, stopMountTable := startMountTable(t, ctx)
@@ -182,7 +182,7 @@
 }
 
 func TestBroadcastMessage(t *testing.T) {
-	ctx, shutdown := test.InitForTest()
+	ctx, shutdown := test.V23Init()
 	defer shutdown()
 
 	mounttable, stopMountTable := startMountTable(t, ctx)