Skip to content

Commit

Permalink
Update clientimpl_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
andykellr and evan-bradley authored Feb 21, 2024
1 parent 2c87247 commit f276a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/clientimpl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ func TestSendCustomMessageConflict(t *testing.T) {
})
}

// TestStreamCustomMessages tests the ability to send may custom messages in succession.
// TestStreamCustomMessages tests the ability to send many custom messages in succession.
func TestCustomMessagesSendAndWait(t *testing.T) {
testClients(t, func(t *testing.T, client OpAMPClient) {
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
Expand Down

0 comments on commit f276a63

Please sign in to comment.