mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-01-15 17:08:14 +01:00
Fix up tests
This commit is contained in:
parent
2326d6a4d7
commit
680a57faae
@ -25,8 +25,8 @@ func (tun *DummyTUN) File() *os.File {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (tun *DummyTUN) Name() string {
|
||||
return tun.name
|
||||
func (tun *DummyTUN) Name() (string, error) {
|
||||
return tun.name, nil
|
||||
}
|
||||
|
||||
func (tun *DummyTUN) MTU() (int, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user