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 55bd5ce commit 82e99afCopy full SHA for 82e99af
test_rest/test_financials.py
@@ -23,6 +23,7 @@
23
class FinancialsTest(BaseTest):
24
def test_list_stock_financials(self):
25
financials = [f for f in self.c.vx.list_stock_financials()]
26
+
27
expected = [
28
StockFinancial(
29
cik="0001413447",
@@ -87,14 +88,6 @@ def test_list_stock_financials(self):
87
88
value=2814000000.0,
89
xpath=None,
90
),
- "other_than_fixed_noncurrent_assets": DataPoint(
91
- formula=None,
92
- label="Other Than Fixed Noncurrent Assets",
93
- order=500,
94
- unit="USD",
95
- value=16046000000.0,
96
- xpath=None,
97
- ),
98
"noncurrent_liabilities": DataPoint(
99
formula=None,
100
label="Noncurrent Liabilities",
0 commit comments