Skip to content

Commit bdf31cb

Browse files
committed
code cleanup
1 parent f7c0abb commit bdf31cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_core_routes.py

-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def test_bulk_create_cards(self, user, decks, login, client):
3333
# content_type="application/json",
3434
)
3535
assert res.status_code == 200, "Should return 200 status code"
36-
# redis_cache.clear()
37-
# assert redis_cache.get(f"deck_id:{decks[0].id}") == 2434, "Should not have anything in cache"
3836
assert (
3937
Card.query.filter_by(deck_id=decks[0].id).count() == 2
4038
), "The deck should now have two cards"

0 commit comments

Comments
 (0)