Skip to content

Commit

Permalink
refact code
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Apr 23, 2024
1 parent 73acf6c commit a9ab733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concurrent/chans_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestTrySend(t *testing.T) {
So(v, ShouldEqual, <-ch)
})

Convey("TestTrySend with no timeout", func() {
Convey("TestTrySend with not set timeout", func() {
ch := make(chan string)
go func() {
concurrent.TrySendChan(s, ch, 0)
Expand Down

0 comments on commit a9ab733

Please sign in to comment.