Skip to content

Commit 82e99af

Browse files
committed
Fix test
1 parent 55bd5ce commit 82e99af

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test_rest/test_financials.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
class FinancialsTest(BaseTest):
2424
def test_list_stock_financials(self):
2525
financials = [f for f in self.c.vx.list_stock_financials()]
26+
2627
expected = [
2728
StockFinancial(
2829
cik="0001413447",
@@ -87,14 +88,6 @@ def test_list_stock_financials(self):
8788
value=2814000000.0,
8889
xpath=None,
8990
),
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-
),
9891
"noncurrent_liabilities": DataPoint(
9992
formula=None,
10093
label="Noncurrent Liabilities",

0 commit comments

Comments
 (0)