Skip to content

Commit 27c59ec

Browse files
Update test.cpp
1 parent f1cb63b commit 27c59ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/code/event_test/code/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ TEST(EventTest, FlipEventTest) {
257257
UNSIGNED_INT_EQUALS(2, result);
258258

259259
OrbisVideoOutFlipStatus status {};
260-
result = handle->getStatus(&status);
260+
result = handle->getStatus(&status);
261261
UNSIGNED_INT_EQUALS(0, result);
262262

263263
// Create a flip event

0 commit comments

Comments
 (0)