Fully set up portfolio fixture for state machine tests

Also fixes some formatting problems
This commit is contained in:
tomdds
2020-02-19 10:40:06 -05:00
parent daf4a0ba68
commit f956b41f98
2 changed files with 44 additions and 26 deletions

View File

@@ -156,4 +156,3 @@ class FSMMixin:
f"calling finish trigger '{finish_trigger}' for '{self.__repr__()}'"
)
self.trigger(finish_trigger)