Skip to content

Commit a0fff99

Browse files
author
Jeff Schroeder
committed
Minor updates for PythPriceInfo tests
Make the output a bit nicer
1 parent 9485159 commit a0fff99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_price_info.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def price_info_trading():
1616
@pytest.fixture
1717
def price_info_trading_bytes():
1818
return bytes([
19-
16, 161, 251, 224, 13, 0, 0, 0, 100, 83, 145, 2, 0, 0,
20-
0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 65, 200, 71, 6, 0, 0, 0, 0,
19+
16, 161, 251, 224, 13, 0, 0, 0, 100, 83, 145, 2, 0, 0,
20+
0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 65, 200, 71, 6, 0, 0, 0, 0,
2121
])
2222

2323

@@ -35,6 +35,7 @@ def price_info_trading_bytes():
3535
),
3636
(0, 0, PythPriceStatus.UNKNOWN, 100001, -9, 0.0, 0.0),
3737
],
38+
ids=["price_status_trading", "price_status_unknown"],
3839
)
3940
class TestPythPriceInfo:
4041
def test_price_info(

0 commit comments

Comments
 (0)