Skip to content

Commit

Permalink
Test code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Apr 20, 2024
1 parent d3984e4 commit 8d4a3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestServer(t *testing.T) {
// the engine will echo back the data.
// waits for graceful connection closing.
t.Run("poll-LT", func(t *testing.T) {
t.Run("tcp-addr", func(t *testing.T) {
t.Run("tcp", func(t *testing.T) {
t.Run("1-loop", func(t *testing.T) {
runServer(t, []string{"tcp://:9991"}, false, false, false, false, false, 10, RoundRobin)
})
Expand Down

0 comments on commit 8d4a3eb

Please sign in to comment.