Skip to content

Commit

Permalink
fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Jul 4, 2024
1 parent 3aca873 commit e518724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/net-tools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func TestResolveByName(t *testing.T) {
{
name: "valid domain",
domain: "example.com",
want: "93.184.216.34",
want: "93.184.215.14",
},
{
name: "invalid domain",
Expand Down

0 comments on commit e518724

Please sign in to comment.