Skip to content

Commit

Permalink
Final: App Working
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 12, 2024
1 parent 7f3afe0 commit 3d7acd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quotes/tests.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from django.test import TestCase, Client
from django.urls import reverse
from .models import Quote, Like, Comment
from django.contrib.auth.models import User

from .models import Quote, Like, Comment


class QuoteTestCase(TestCase):
def setUp(self):
Expand Down

0 comments on commit 3d7acd9

Please sign in to comment.