Skip to content

Commit

Permalink
animation: fix test for update callback
Browse files Browse the repository at this point in the history
Behaviour was changed in 5dd4f4a
  • Loading branch information
PaideiaDilemma committed Jan 11, 2025
1 parent a572036 commit 70b4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/animation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ int main(int argc, char** argv, char** envp) {
s.m_iA->setValueAndWarp(42);

EXPECT(beginCallbackRan, false);
EXPECT(updateCallbackRan, true);
EXPECT(updateCallbackRan, false);
EXPECT(endCallbackRan, true);

beginCallbackRan = false;
Expand Down

0 comments on commit 70b4581

Please sign in to comment.