Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
okazaki-kk committed Mar 24, 2024
1 parent 879a017 commit 6259fee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ func TestResponsePacket(t *testing.T) {
},
expectedDnsRecords: []DnsRecord{
{
domain: "google.com",
host: "smtp.google.com",
ttl: 210,
qType: MX,
domain: "google.com",
host: "smtp.google.com",
ttl: 210,
qType: MX,
priority: 10,
},
},
Expand Down Expand Up @@ -298,7 +298,7 @@ func TestResponsePacket(t *testing.T) {
expectedDnsRecords: []DnsRecord{
{
domain: "google.com",
addr: "2404:6800:4004:824:0:0:0:200e",
addr: "2404:6800:4004:824:0:0:0:200e",
ttl: 26,
qType: AAAA,
},
Expand Down

0 comments on commit 6259fee

Please sign in to comment.