Skip to content

Commit

Permalink
chore: remove unnecessary star from testdata path
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-futurice committed Sep 26, 2024
1 parent 00850f7 commit 97b4b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/diff/diff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func TestLargerTestCases(t *testing.T) {
}
}

//go:embed testdata/*
//go:embed testdata
var testDataFS embed.FS

func readTestData(name string) (string, error) {
Expand Down

0 comments on commit 97b4b28

Please sign in to comment.