Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit ad7611b

Browse files
authored
Merge pull request #1220 from docker/golden
golden file in subfolder trigger MkDir ¯\_(ツ)_/¯
2 parents b5ac318 + e48ad7d commit ad7611b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ecs/cloudformation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestSimpleConvert(t *testing.T) {
4747
resultAsJSON, err := marshall(template, "yaml")
4848
assert.NilError(t, err)
4949
result := fmt.Sprintf("%s\n", string(resultAsJSON))
50-
expected := "simple/simple-cloudformation-conversion.golden"
50+
expected := "simple-cloudformation-conversion.golden"
5151
golden.Assert(t, result, expected)
5252
}
5353

0 commit comments

Comments
 (0)