Skip to content

Commit 5e5df8f

Browse files
committed
Fix broken tests.
1 parent 957aa0a commit 5e5df8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/research_assistant/tests/test_compendium_modification_views.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
Tests for views that are used to modify the compendium.
33
"""
44

5+
import datetime
56
import os
7+
import random
8+
69
from django.urls import reverse
710
from django.test import tag
811
from entries.models import CompendiumEntry, CompendiumEntryTag, Author
9-
from utils.test_utils import UnitTest
12+
from utils.test_utils import UnitTest, random_username
1013

1114

1215
@tag("compendium-modification")

0 commit comments

Comments
 (0)