make test happy for some reason
continuous-integration/drone/push Build is failing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-06-02 22:37:36 +02:00
parent ccc9df39b6
commit 66855b5542
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ package query_test
import (
"testing"
"time"
"dns.froth.zone/awl/pkg/query"
"dns.froth.zone/awl/pkg/util"
@ -100,6 +101,7 @@ func TestCreateQ(t *testing.T) {
Type: dns.TypeA,
Name: "example.com.",
Retries: 3,
Timeout: time.Second,
},
Display: util.Display{
Comments: true,