Skip to content

Commit

Permalink
Reverted back values in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Oct 16, 2021
1 parent 9f52a64 commit be36480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ func TestIntegrationTestSuite(t *testing.T) {

s.namespaces = map[string]TestNamespace{
"main": {
count: 5,
count: 20,
tailscales: make(map[string]dockertest.Resource),
},
"shared": {
count: 2,
count: 5,
tailscales: make(map[string]dockertest.Resource),
},
}
Expand Down

0 comments on commit be36480

Please sign in to comment.