Skip to content

Commit 14c9486

Browse files
author
Jayant Krishnamurthy
committed
fix the python test
1 parent c395b7a commit 14c9486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth/tests/test_update_price.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ def get_publisher_acc(product_acc):
116116
assert publisher_acc['price'] == new_values[product]['price']
117117
assert publisher_acc['conf'] == new_values[product]['conf']
118118

119-
conf_threshold = new_values[product]['price'] / 20
119+
conf_threshold = new_values[product]['price'] / 3
120120
expected_status = 'unknown' if new_values[product]['conf'] > conf_threshold else 'trading'
121121
assert publisher_acc['status'] == expected_status

0 commit comments

Comments
 (0)