From f42e25e9263b0597fbe164a9736a19dbbb2220ae Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 13 Sep 2023 11:48:47 -0700 Subject: [PATCH] Typo Fix --- testing/cwtch_peer_server_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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