verbose test output
This commit is contained in:
parent
6853f1639e
commit
080873d74b
6 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ func TestPublicIP(t *testing.T) {
|
|||
for _, tt := range testTable {
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
result := network.PublicIP(tt.proxy)
|
||||
t.Logf("result: (%v)", result)
|
||||
if result != tt.expected {
|
||||
t.Errorf("expected %s, got %s", tt.expected, result)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue