Skip to content

Commit e48ad7d

Browse files
committed
golden file in subfolder trigger MkDir ¯\_(ツ)_/¯
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 6215445 commit e48ad7d

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)