Skip to content

Commit

Permalink
version: correct test from latest OpenCV update
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Mar 28, 2024
1 parent a828f67 commit f7d4633
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.8") {
if !strings.Contains(ocvv, "4.9") {
t.Error("Wrong version of OpenCV:", ocvv)
}

Expand Down

0 comments on commit f7d4633

Please sign in to comment.