Skip to content

Commit

Permalink
unitest updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysoa committed Jan 29, 2015
1 parent 2e80203 commit 3bb0626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_tickData(self):

def test_histData(self):
self.set_data()
td.get_hist_data(self.code, self.start, self.end)
td.get_hist_data(self.code, start=self.start, end=self.end)

if __name__ == "__main__":
#import sys;sys.argv = ['', 'Test.testName']
Expand Down

0 comments on commit 3bb0626

Please sign in to comment.