mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Merge pull request #1220 from docker/golden
golden file in subfolder trigger MkDir ¯\_(ツ)_/¯
This commit is contained in:
commit
ad7611b9ff
2 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ func TestSimpleConvert(t *testing.T) {
|
|||
resultAsJSON, err := marshall(template, "yaml")
|
||||
assert.NilError(t, err)
|
||||
result := fmt.Sprintf("%s\n", string(resultAsJSON))
|
||||
expected := "simple/simple-cloudformation-conversion.golden"
|
||||
expected := "simple-cloudformation-conversion.golden"
|
||||
golden.Assert(t, result, expected)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue