Skip to content

Commit

Permalink
duplicated port
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Apr 18, 2023
1 parent b242e77 commit e30ee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/generic/reflect_test/reflect_test.go
Expand Up @@ -44,8 +44,8 @@ func TestMain(m *testing.M) {
svr := initServer(":9090")
initClient("127.0.0.1:9090")

msvr := initThriftMapServer(":9021", "./idl/example.thrift", new(ExampeServerImpl))
mcli = initThriftMapClient("127.0.0.1:9021", "./idl/example.thrift")
msvr := initThriftMapServer(":9101", "./idl/example.thrift", new(ExampeServerImpl))
mcli = initThriftMapClient("127.0.0.1:9101", "./idl/example.thrift")

ret := m.Run()

Expand Down

0 comments on commit e30ee36

Please sign in to comment.