Skip to content

Commit

Permalink
internal: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I56eea523be552c05a9588bc18bdbfe4cddada8a3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/504755
Reviewed-by: Robert Findley <[email protected]>
Run-TryBot: shuang cui <[email protected]>
gopls-CI: kokoro <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Alan Donovan <[email protected]>
  • Loading branch information
cuishuang authored and findleyr committed Jul 10, 2023
1 parent 7fa7e85 commit 7bb8360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jsonrpc2_v2/serve_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func TestIdleTimeout(t *testing.T) {

d := 1 * time.Millisecond
for {
t.Logf("testing with idle timout %v", d)
t.Logf("testing with idle timeout %v", d)
if !try(d) {
d *= 2
continue
Expand Down

0 comments on commit 7bb8360

Please sign in to comment.