Skip to content

Commit 3b5c360

Browse files
committed
Remove duplicate test
1 parent 7e3c24a commit 3b5c360

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/Unit/Mappers/GoogleDNSTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ public function mapsAGoogleDNSRecordVariants(): void
6262
$mappedRecord
6363
);
6464

65-
$mappedRecord = $this->mapper->mapFields([
66-
'type' => 16,
67-
'TTL' => 365,
68-
'name' => 'facebook.com.',
69-
'data' => '"txtval"',
70-
])->toDNSRecord();
71-
72-
$this->assertEquals(
73-
DNSRecord::createFromPrimitives('TXT', 'facebook.com', 365, null, 'IN', 'txtval'),
74-
$mappedRecord
75-
);
76-
7765
$mappedRecord = $this->mapper->mapFields([
7866
'type' => 12,
7967
'TTL' => 18930,

0 commit comments

Comments
 (0)