diff --git a/update_test.go b/update_test.go index 04030100..c4f43b1a 100644 --- a/update_test.go +++ b/update_test.go @@ -1,5 +1,9 @@ package dns +import ( + "testing" +) + func TestDynamicUpdateParsing(t *testing.T) { prefix := "example.com. IN " for _, typ := range TypeToString {