Skip to content

Commit 6bbb063

Browse files
authored
fix test for arg change
1 parent 2107a70 commit 6bbb063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_PoloniexErrors(self):
3535
self.polo('foo')
3636
# catch errors returned from poloniex.com
3737
with self.assertRaises(poloniex.PoloniexError):
38-
self.polo.returnOrderBook(pair='atestfoo')
38+
self.polo.returnOrderBook(currencyPair='atestfoo')
3939

4040

4141
if __name__ == '__main__':

0 commit comments

Comments
 (0)