Fix windows mock

This commit is contained in:
Daniel 2020-04-10 10:50:55 +02:00
parent 541cf702ad
commit ddc01e648f

View file

@ -7,6 +7,6 @@ func getNameserversFromDbus() ([]Nameserver, error) {
return nameservers, nil
}
func getConnectivityStateFromDbus() (uint8, error) {
func getConnectivityStateFromDbus() (OnlineStatus, error) {
return StatusUnknown, nil
}