diff --git a/test/file_reload_test.go b/test/file_reload_test.go index 251c8c25c..91372ecc3 100644 --- a/test/file_reload_test.go +++ b/test/file_reload_test.go @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/coredns/coredns/plugin/test" "github.com/coredns/coredns/plugin/file" + "github.com/coredns/coredns/plugin/test" "github.com/miekg/dns" )