diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
| commit | 57705feadd598c9a14df53b83161b8f020731bd6 (patch) | |
| tree | 0320e7739eca0c0afbe7087340d017413940c31e /internal/discovery/discovery_test.go | |
| parent | 0566c505b1462e47a9dc44d7b26534b41aca1c4f (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/discovery/discovery_test.go')
| -rw-r--r-- | internal/discovery/discovery_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/discovery/discovery_test.go b/internal/discovery/discovery_test.go index 3422864..ec10ef0 100644 --- a/internal/discovery/discovery_test.go +++ b/internal/discovery/discovery_test.go @@ -6,8 +6,8 @@ import ( "testing" "time" - "github.com/eduvpn/eduvpn-common/types" "github.com/eduvpn/eduvpn-common/internal/test" + "github.com/eduvpn/eduvpn-common/types" ) // TestServers tests whether or not we can obtain discovery servers |
