Skip to content

Commit b6c9351

Browse files
committed
Remove incorrect size assertion
1 parent 456ce67 commit b6c9351

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyth/tests/test_publish.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ def get_account_size(acc_address):
8484
assert after['publisher_accounts'][0]['status'] == 'trading'
8585

8686
time.sleep(20)
87-
#defined in oracle.h
88-
new_account_size = 6176
89-
assert get_account_size(pyth_init_price['LTC']) == new_account_size
90-
9187

9288
cmd = [
9389
'pyth', 'upd_price_val',

0 commit comments

Comments
 (0)