Skip to content

Commit 52a243b

Browse files
committed
typo fix
1 parent 8e139e9 commit 52a243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Container-ComposeTests/DockerComposeParsingTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ struct DockerComposeParsingTests {
469469

470470
@Test("Parse compose with complex dependency chain")
471471
func parseComplexDependencyChain() throws {
472-
let yaml = Self.dockerComposeYaml6
472+
let yaml = Self.dockerComposeYaml7
473473

474474
let decoder = YAMLDecoder()
475475
let compose = try decoder.decode(DockerCompose.self, from: yaml)

0 commit comments

Comments
 (0)