Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
luopengift committed May 10, 2024
1 parent db12a4f commit 35e60d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ func Test_Server(t *testing.T) {
handler.Pprof()
s := requests.NewServer(context.Background(), handler, requests.URL("http://127.0.0.1:6066"))
go s.ListenAndServe()

http.ListenAndServe("0.0.0.0:8088", nil)
}

func Test_Use(t *testing.T) {
Expand Down

0 comments on commit 35e60d5

Please sign in to comment.