Skip to content

Commit

Permalink
Fix hysteria2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jun 11, 2024
1 parent 61705e8 commit 468d78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/box_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func testSuitLargeUDP(t *testing.T, clientPort uint16, testPort uint16) {
require.NoError(t, testPingPongWithPacketConn(t, testPort, dialUDP))
require.NoError(t, testLargeDataWithConn(t, testPort, dialTCP))
require.NoError(t, testLargeDataWithPacketConn(t, testPort, dialUDP))
require.NoError(t, testLargeDataWithPacketConnSize(t, testPort, 5000, dialUDP))
require.NoError(t, testLargeDataWithPacketConnSize(t, testPort, 4096, dialUDP))
}

func testTCP(t *testing.T, clientPort uint16, testPort uint16) {
Expand Down

0 comments on commit 468d78d

Please sign in to comment.