Skip to content

Commit

Permalink
all: update version test for OpenCV 4.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jun 5, 2024
1 parent fedd6b4 commit 43b57e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func TestVersions(t *testing.T) {
ocvv := OpenCVVersion()

if !strings.Contains(ocvv, "4.9") {
if !strings.Contains(ocvv, "4.10") {
t.Error("Wrong version of OpenCV:", ocvv)
}

Expand Down

0 comments on commit 43b57e1

Please sign in to comment.