Skip to content

Commit

Permalink
Update imports in test_finance, remove unused test files
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Dec 25, 2023
1 parent df1664a commit ab95a1c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_finance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import yfinance as yf

from requests import exceptions
from src import finance, app
from src.trading_portfolio_tracker import finance, app

DB_PATH = "resources/test.db"

Expand Down
Empty file removed tests/test_portfolio.py
Empty file.
2 changes: 0 additions & 2 deletions tests/test_transactions.py

This file was deleted.

0 comments on commit ab95a1c

Please sign in to comment.