Fix tests

This commit is contained in:
Nate Brown
2025-11-03 22:25:33 -06:00
committed by JackDoan
parent 252950c02d
commit f840812489

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