Small windows unit test regression

This commit is contained in:
Jonathan Thomas
2023-03-27 01:27:39 -05:00
parent 2b07f93e51
commit 44d318949a

View File

@@ -168,7 +168,7 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
#ifdef _WIN32
// Windows pixel location
check_col = 105;
check_row = 377;
check_row = 379;
#else
// Linux/Mac pixel location
check_col = 141;