Skip to content

Commit

Permalink
fix: Fix Unrelated Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Jan 20, 2024
1 parent c0732ca commit 5368bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/net/net_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestDoGet(t *testing.T) {
require.Equal(t, 301, sc)

// Non existing URL
_, err = DoGet("http://fake-url.com")
_, err = DoGet("http://totally.fake.url")
require.Error(t, err)

// BAD URL
Expand Down

0 comments on commit 5368bd9

Please sign in to comment.