good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 02080e97 authored by Chun-Hung Tseng's avatar Chun-Hung Tseng Committed by GitHub
Browse files

Fix a typo in chat_test.go (#491)


Fix typo in chat_test.go

Co-authored-by: default avatarMathias Fredriksson <mafredri@gmail.com>
parent cef8e11d
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ func Test_chatServer(t *testing.T) {
// 10 clients are started that send 128 different
// messages of max 128 bytes concurrently.
//
// The test verifies that every message is seen by ever client
// The test verifies that every message is seen by every client
// and no errors occur anywhere.
t.Run("concurrency", func(t *testing.T) {
t.Parallel()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment