Skip to content

Commit

Permalink
chore: refactor enum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Oct 5, 2023
1 parent d403579 commit b1bc672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unmarshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestYamlV3Unmarshal(t *testing.T) {
func TestYamlV3UnmarshalInvalidEnum(t *testing.T) {
t.Parallel()

data, err := os.ReadFile("./data/extraImports/gopkgYAMLv3invalidEnum.yaml")
data, err := os.ReadFile("./data/extraImports/gopkgYAMLv3invalidEnum/gopkgYAMLv3invalidEnum.yaml")
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit b1bc672

Please sign in to comment.