Skip to content

Commit b85f670

Browse files
Jayant Krishnamurthyguibescos
authored andcommitted
fix this test also
1 parent fd99b5d commit b85f670

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)