fix delete useless line of code

This commit is contained in:
Urko 2023-04-10 13:02:04 +02:00
parent b0960d89df
commit ab16ea3e72
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ func TestGoRequests(t *testing.T) {
log.SetOutput(f)
require.NoError(t, go_benchmark.Benchmark(numberOfRequestsAtOnce))
require.NoError(t, os.RemoveAll("./temp"))
}
func TestNestRequests(t *testing.T) {