Skip to content

Commit

Permalink
fix threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
goccy committed Oct 18, 2024
1 parent 81c6c28 commit cbcae48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatible_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
)

const (
imageThreshold = 20
imageThreshold = 25
)

func generateTestData() error {
Expand Down

0 comments on commit cbcae48

Please sign in to comment.