diff --git a/testing/cwtch_peer_server_integration_test.go b/testing/cwtch_peer_server_integration_test.go index 4f919c3..85f8797 100644 --- a/testing/cwtch_peer_server_integration_test.go +++ b/testing/cwtch_peer_server_integration_test.go @@ -150,7 +150,7 @@ func TestCwtchPeerIntegration(t *testing.T) { numGoRoutinesPostAppStart := runtime.NumGoroutine() // ***** cwtchPeer setup ***** - // Turn on File Sharing Experiment... + // Turn on Groups Experiment... settings := app.ReadSettings() settings.ExperimentsEnabled = true settings.Experiments[constants.GroupsExperiment] = true