Skip to content

Commit

Permalink
#10 #63 fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Nov 5, 2022
1 parent 948f0ab commit e2b8991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_TKSEnums.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def init(self):
"TKS_STOP_ORDER_TYPES": "<class 'dict'>",
"TKS_ORDER_STATES": "<class 'dict'>",
"TKS_STOP_ORDER_EXPIRATION_TYPES": "<class 'dict'>",
"TKS_COUPON_TYPES": "<class 'dict'>",
"TKS_REAL_EXCHANGES": "<class 'dict'>",
}
self.mainConstantsNames = self.mainConstants.keys()
self.currentConstantsNames = dir(TKSEnums) # constants in fact
Expand Down

0 comments on commit e2b8991

Please # to comment.