diff --git a/version_test.go b/version_test.go index 11cadd79..e45ba495 100644 --- a/version_test.go +++ b/version_test.go @@ -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) }