Skip to content

Commit

Permalink
#83 test_ConsistentOfVariablesNames was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Nov 21, 2022
1 parent a17eb5b commit 6b0fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_TKSBrokerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_ConsistentOfVariablesNames(self):
"historyFile", "htmlHistoryFile", "instrumentsFile", "searchResultsFile", "pricesFile", "infoFile",
"bondsXLSXFile", "calendarFile", "overviewFile", "overviewDigestFile", "overviewPositionsFile",
"overviewOrdersFile", "overviewAnalyticsFile", "overviewBondsCalendarFile", "reportFile",
"withdrawalLimitsFile", "userInfoFile", "userAccountsFile", "iListDumpFile", "iList",
"withdrawalLimitsFile", "userInfoFile", "userAccountsFile", "iListDumpFile", "iList", "priceModel",
]
actualNames = dir(self.server)

Expand Down

0 comments on commit 6b0fb9f

Please sign in to comment.