fixed allocating extra ports

This commit is contained in:
2021-04-07 23:58:28 +04:00
parent 8d417b84f5
commit ee8bed9c25
4 changed files with 24 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestDocker(t *testing.T) {
resp,err := BuildRunContainer()
resp,err := BuildRunContainer(2)
if err != nil {
t.Error(err)