Skip to content

Commit 4ab2f54

Browse files
committed
conn_test: Remove ioutil
1 parent 91423a9 commit 4ab2f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func TestConn(t *testing.T) {
223223
return n2.Close()
224224
})
225225

226-
b, err := ioutil.ReadAll(n1)
226+
b, err := io.ReadAll(n1)
227227
assert.Success(t, err)
228228

229229
_, err = n1.Read(nil)

0 commit comments

Comments
 (0)