Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 30, 2024
1 parent 59bb52f commit f66a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3200,7 +3200,7 @@ func TestApplicationDataQueueLimited(t *testing.T) {
cfg := &Config{}
cfg.Certificates = []tls.Certificate{serverCert}

dconn, err := createConn(cb, cfg, false)
dconn, err := createConn(dtlsnet.PacketConnFromConn(cb), cb.RemoteAddr(), cfg, false)
if err != nil {
t.Error(err)
return
Expand Down

0 comments on commit f66a578

Please sign in to comment.