We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c395b7a commit 14c9486Copy full SHA for 14c9486
pyth/tests/test_update_price.py
@@ -116,6 +116,6 @@ def get_publisher_acc(product_acc):
116
assert publisher_acc['price'] == new_values[product]['price']
117
assert publisher_acc['conf'] == new_values[product]['conf']
118
119
- conf_threshold = new_values[product]['price'] / 20
+ conf_threshold = new_values[product]['price'] / 3
120
expected_status = 'unknown' if new_values[product]['conf'] > conf_threshold else 'trading'
121
assert publisher_acc['status'] == expected_status
0 commit comments