Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gebenalimert authored Nov 15, 2023
1 parent 95d38b2 commit 3aab8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/backend/database/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def test_entry_model(self):

entry = Entry.objects.create(
entry_id = 1,
entry_index = 1,
content = "This is an entry.",
entry_date = "2023-11-11",
is_theorem_entry = True,
Expand Down

0 comments on commit 3aab8ee

Please sign in to comment.