Skip to content

Commit

Permalink
make test happy for some reason
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Therapy <sam@samtherapy.net>
  • Loading branch information
SamTherapy committed Jun 2, 2023
1 parent ccc9df3 commit 66855b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/query/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package query_test

import (
"testing"
"time"

"dns.froth.zone/awl/pkg/query"
"dns.froth.zone/awl/pkg/util"
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 66855b5

Please sign in to comment.