Skip to content

Commit 46036d7

Browse files
authored
Revert "trying to break the code to see what ci does"
1 parent 81c29bd commit 46036d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SceneManager/SceneManagerAPITest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static void resetHooks(void)
101101

102102
static void setup(void)
103103
{
104-
assert(smStart() != CM_RESULT_OK);
104+
assert(smStart() == CM_RESULT_OK);
105105
resetHooks();
106106
}
107107

0 commit comments

Comments
 (0)