Skip to content

Commit d624c34

Browse files
committed
updated test with new name
1 parent 7012ccf commit d624c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/tests/test_urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ def setUp(self):
5858
self.secret2 = Secret.objects.create(title="YouTube account", content="<p>Email: make@gmail.com</p><p>Password: password</p>")
5959
self.secrets = (self.secret1, self.secret2)
6060

61-
self.quote1 = Quote.objects.create(quote="Ha ha.", quoted="Human 1", author=member_user, dateTime="2022-02-02")
61+
self.quote1 = Quote.objects.create(quote="Ha ha.", quoted="Human 1", author=member_user, time="2022-02-02")
6262
self.quote2 = Quote.objects.create(quote="I like human humor.", quoted="Human 2", author=member_editor_user,
63-
dateTime="2022-02-02")
63+
time="2022-02-02")
6464
self.quotes = (self.quote1, self.quote2)
6565

6666
@staticmethod

0 commit comments

Comments
 (0)