Skip to content

Commit

Permalink
Fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
abc-git committed Nov 19, 2023
1 parent 759d2ea commit e66ceac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_nse_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ def test_market_status():

def test_tick_data():
d = n.tick_data("HDFC")
assert "closePrice" in d
assert "identifier" in d
assert "grapthData" in d
d = n.tick_data("NIFTY 50", True)
assert "closePrice" in d
assert "grapthData" in d
assert "identifier" in d

def test_market_turnover():
d = n.market_turnover()
Expand Down

0 comments on commit e66ceac

Please sign in to comment.