Skip to content

Commit 26a03ed

Browse files
committed
test(txtop): Fixed the test comment
Signed-off-by: Akhil Repala <arepala@blinklabs.io>
1 parent 226cdb1 commit 26a03ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func TestTogglePaused(t *testing.T) {
205205
}
206206

207207
func TestErrorChanIsolation(t *testing.T) {
208-
// Regression test for issue #287: panic: send on closed channel.
208+
// Regression test for issue panic: send on closed channel.
209209
//
210210
// gouroboros closes whichever error channel it is given during connection
211211
// shutdown. Passing the same shared errorChan to every connection means

0 commit comments

Comments
 (0)