Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antiphp committed Aug 17, 2023
1 parent 1972cbc commit c20ddbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdkserver/sdkserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,7 @@ func waitForMessage(sc *SDKServer) error {
})
}

func waitConnectedStreamCount(sc *SDKServer, count int) error {
func waitConnectedStreamCount(sc *SDKServer, count int) error { //nolint:unparam // Keep flexibility.
return wait.PollImmediate(1*time.Second, 10*time.Second, func() (bool, error) {
sc.streamMutex.RLock()
defer sc.streamMutex.RUnlock()
Expand Down

0 comments on commit c20ddbf

Please sign in to comment.