Skip to content

Commit

Permalink
Fix .it.ao test
Browse files Browse the repository at this point in the history
  • Loading branch information
bessone authored and io-developer committed Aug 28, 2021
1 parent 1369fed commit 21454df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Iodev/Whois/Modules/Tld/TldParsingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ public function getTestData()
[ "google.am", ".am/google.am.txt", ".am/google.am.json" ],
[ "google.com.am", ".am/google.com.am.txt", ".am/google.com.am.json" ],

// .AO
[ "free.ao", ".ao/free.txt", null ],
[ "google.it.ao", ".ao/google.it.ao.txt", ".ao/google.it.ao.json" ],
// .IT.AO
[ "free.it.ao", ".it.ao/free.txt", null ],
[ "google.it.ao", ".it.ao/google.it.ao.txt", ".it.ao/google.it.ao.json" ],

// .AS
[ "free.as", ".as/free.txt", null ],
Expand Down

0 comments on commit 21454df

Please sign in to comment.