Skip to content

Commit 44d3189

Browse files
committed
Small windows unit test regression
1 parent 2b07f93 commit 44d3189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Caption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ TEST_CASE( "caption effect", "[libopenshot][caption]" )
168168
#ifdef _WIN32
169169
// Windows pixel location
170170
check_col = 105;
171-
check_row = 377;
171+
check_row = 379;
172172
#else
173173
// Linux/Mac pixel location
174174
check_col = 141;

0 commit comments

Comments
 (0)