Skip to content

Commit 5f33173

Browse files
authored
No <fin-streamer> tag with the specified data-test attribute found.
1 parent e8cfb25 commit 5f33173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/current_stock_price.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def stock_price(symbol: str = "AAPL") -> str:
1616
"""
1717
>>> stock_price("EEEE")
18-
'-'
18+
'No <fin-streamer> tag with the specified data-test attribute found.'
1919
>>> isinstance(float(stock_price("GOOG")),float)
2020
True
2121
"""

0 commit comments

Comments
 (0)