Skip to content

Commit

Permalink
Update transport_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 29, 2023
1 parent 46025e5 commit dce7555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ var _ = Describe("Transport", func() {
Expect(tr.Close()).To(Succeed())
})

It("removes underlying PacketConn from multiplexer after (*Transport).init failed", func() {
It("doesn't add the PacketConn to the multiplexer if (*Transport).init fails", func() {
packetChan := make(chan packetToRead)
pconn := newMockPacketConn(packetChan)
syscallconn := &mockSyscallConn{pconn}
Expand Down

0 comments on commit dce7555

Please sign in to comment.