Fix CI -- remove long rest on Agent initialization

This commit is contained in:
Matthew DeMartino
2021-05-23 15:52:50 -04:00
parent 89143c5cbc
commit 0c24268118
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ class TestEncounter(TestCase):
enemy.default_actions.append(GiantRatAttack)
battle = Encounter([char], [enemy])
battle.reset()
results = battle.simulate()
for event in results:
print(str(event))