Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
morningvera committed Oct 19, 2023
1 parent b0ea3f4 commit d3942d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"v": 37216,
"vw": 20.616
},
"fmv": 20.5,
"lastQuote": {
"P": 20.6,
"S": 22,
Expand Down
2 changes: 2 additions & 0 deletions test_rest/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def test_get_snapshot_all(self):
timestamp=None,
transactions=None,
),
fair_market_value=20.5,
last_quote=LastQuote(
ticker=None,
trf_timestamp=None,
Expand Down Expand Up @@ -222,6 +223,7 @@ def test_get_snapshot_ticker(self):
timestamp=None,
transactions=None,
),
fair_market_value=160.315,
last_quote=LastQuote(
ticker=None,
trf_timestamp=None,
Expand Down

0 comments on commit d3942d1

Please sign in to comment.