Bumper Stickers: Update tests to bases.py #4137

This commit is contained in:
Nicholas Saylor 2024-11-06 03:37:36 -05:00 committed by GitHub
parent 9082ce74df
commit 1cba694b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from test.TestBase import WorldTestBase
from test.bases import WorldTestBase
class BumpStikTestBase(WorldTestBase):