Check for more specific error

pull/1281/head
Jack Christensen 2022-07-01 15:33:12 -05:00
parent 585022440b
commit ed3e9f1dd4
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ func TestInternalNonBlockingWriteWithDeadline(t *testing.T) {
err = conn.Flush()
require.Error(t, err)
require.Contains(t, err.Error(), "i/o timeout")
})
}