Skip to content

Commit 3449eb0

Browse files
committed
fix
1 parent 81423ec commit 3449eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gtest_skipping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ TEST(SkippingLogic, SkippingReactiveSequence)
155155
for(int repeat=0; repeat<3; repeat++)
156156
{
157157
NodeStatus status = NodeStatus::IDLE;
158-
while(!StatusCompleted(status))
158+
while(!isStatusCompleted(status))
159159
{
160160
status = tree.tickOnce();
161161

0 commit comments

Comments
 (0)