Skip to content

Commit b1303fe

Browse files
committed
D. J.:
- Fixed a typo in leetcode problem & solution 121 Best Time to Buy and Sell Stock
1 parent 8f69a0a commit b1303fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_121_best_time_to_buy_and_sell_stocks.py renamed to tests/test_121_best_time_to_buy_and_sell_stock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44

5-
from awesome_python_leetcode._121_best_time_to_buy_and_sell_stocks import Solution
5+
from awesome_python_leetcode._121_best_time_to_buy_and_sell_stock import Solution
66

77

88
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)