Skip to content

Commit

Permalink
fix tests (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexopenline authored Dec 5, 2024
1 parent e262028 commit 02a1821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domaincheck/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestPrimaryDomainCheck(t *testing.T) {
name: "Google - Primary Domain",
domain: "google.com",
isPrimary: true,
expectedDomain: "",
expectedDomain: "google.com",
description: "Google.com is a primary domain with MX records and A records",
},
{
Expand Down Expand Up @@ -243,7 +243,7 @@ func TestPrimaryDomainCheck(t *testing.T) {
name: "Microsoft - Primary Domain",
domain: "microsoft.com",
isPrimary: true,
expectedDomain: "",
expectedDomain: "microsoft.com",
description: "Microsoft.com is a primary domain",
},
{
Expand Down

0 comments on commit 02a1821

Please sign in to comment.