Skip to content

Commit

Permalink
fix: length
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jan 20, 2024
1 parent 6e3e152 commit 843e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compose/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func TestDockerComposeWithMultipleWaitStrategies(t *testing.T) {
Invoke()
checkIfError(t, err)

assert.Len(t, compose.Services, 1)
assert.Len(t, compose.Services, 2)
assert.Contains(t, compose.Services, "nginx")
assert.Contains(t, compose.Services, "mysql")
}
Expand Down

0 comments on commit 843e114

Please sign in to comment.