Skip to content

Commit af37a93

Browse files
committed
fix python tests
1 parent 2a75703 commit af37a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openc3/python/test/models/test_target_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
class TestTargetModel(unittest.TestCase):
3131
def setUp(self):
3232
mock_redis(self)
33+
TargetModel.item_map_cache = {}
3334

3435
def test_returns_the_specified_model(self):
3536
model = TargetModel(folder_name="TEST", name="TEST2", scope="DEFAULT")

0 commit comments

Comments
 (0)