Skip to content

Commit bc10177

Browse files
committed
Update unittest
1 parent 880993f commit bc10177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policy/pa_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestWellFormedIdentifiers(t *testing.T) {
121121
// Three hyphens starting at second char of first label.
122122
{identifier.NewDNS(`h---test.hk2yz.org`), errInvalidRLDH},
123123
{identifier.NewDNS(`co.uk`), errICANNTLD},
124-
{identifier.NewDNS(`foo.bd`), errICANNTLD},
124+
{identifier.NewDNS(`foo.er`), errICANNTLD},
125125

126126
// IP oopsies
127127

0 commit comments

Comments
 (0)