Fix tests

This commit is contained in:
Nate Brown 2025-11-03 22:25:33 -06:00
parent a7bcc3655c
commit f70bd19cf2
No known key found for this signature in database

View file

@ -31,8 +31,8 @@ func (NoopConn) Rebind() error {
func (NoopConn) LocalAddr() (netip.AddrPort, error) {
return netip.AddrPort{}, nil
}
func (NoopConn) ListenOut(_ EncReader) {
return
func (NoopConn) ListenOut(_ EncReader) error {
return nil
}
func (NoopConn) SupportsMultipleReaders() bool {
return false