Skip to content

Commit

Permalink
restore OrderedUpdates to tests to reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Oct 27, 2023
1 parent cfbc633 commit 22ec49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sprite_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,6 +1333,7 @@ class SpriteTypeTest(SpriteBase, unittest.TestCase):
sprite.Group,
sprite.LayeredUpdates,
sprite.RenderUpdates,
sprite.OrderedUpdates,
]


Expand All @@ -1343,6 +1344,7 @@ class DirtySpriteTypeTest(SpriteBase, unittest.TestCase):
sprite.Group,
sprite.LayeredUpdates,
sprite.RenderUpdates,
sprite.OrderedUpdates,
sprite.LayeredDirty,
]

Expand Down

0 comments on commit 22ec49d

Please sign in to comment.