Skip to content

Commit b1bc672

Browse files
committed
chore: refactor enum tests
1 parent d403579 commit b1bc672

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unmarshal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestYamlV3Unmarshal(t *testing.T) {
4343
func TestYamlV3UnmarshalInvalidEnum(t *testing.T) {
4444
t.Parallel()
4545

46-
data, err := os.ReadFile("./data/extraImports/gopkgYAMLv3invalidEnum.yaml")
46+
data, err := os.ReadFile("./data/extraImports/gopkgYAMLv3invalidEnum/gopkgYAMLv3invalidEnum.yaml")
4747
if err != nil {
4848
t.Fatal(err)
4949
}

0 commit comments

Comments
 (0)