diff --git a/internal/nbconn/nbconn_test.go b/internal/nbconn/nbconn_test.go index de32b9c7..c4a8e65b 100644 --- a/internal/nbconn/nbconn_test.go +++ b/internal/nbconn/nbconn_test.go @@ -318,6 +318,7 @@ func TestInternalNonBlockingWriteWithDeadline(t *testing.T) { err = conn.Flush() require.Error(t, err) + require.Contains(t, err.Error(), "i/o timeout") }) }