Skip to content

Commit 1cdae65

Browse files
committed
Minor fixes to comments and redundant variables
1 parent ff03dcb commit 1cdae65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/server/api/test_movies.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ def test_movie_count(
5353
},
5454
)
5555

56-
# Insert test movies and one-to-one dependencies into Murfey DB
56+
# Insert test movies and one-to-one dependencies
5757
tag = "test_movie"
5858
num_movies = 5
59-
murfey_db_session
6059
for i in range(num_movies):
6160
murfey_ledger_entry: MurfeyLedger = get_or_create_db_entry(
6261
murfey_db_session,

0 commit comments

Comments
 (0)