From ec8eda7c6de0b6c043882bc4faa9f2c1c95a59dc Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 16 May 2022 15:17:10 +0100 Subject: [PATCH] fix test --- tests/test_animator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_animator.py b/tests/test_animator.py index 6f9e500df..76caf31dd 100644 --- a/tests/test_animator.py +++ b/tests/test_animator.py @@ -208,7 +208,6 @@ def test_animator(): animator() assert animate_test.foo == 0 - assert animator._on_animation_frame_called animator._time = 5 animator()