Skip to content

Commit 80fb1a6

Browse files
committed
fix: ping test case
1 parent 92a66fc commit 80fb1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/networking/ping_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func TestCheckPort(t *testing.T) {
8080
name: "Port Zero",
8181
host: "8.8.8.8",
8282
port: "0",
83-
wantError: true,
83+
wantError: false,
8484
},
8585
}
8686

0 commit comments

Comments
 (0)