summaryrefslogtreecommitdiff
path: root/archaeological_files/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/tests.py')
-rw-r--r--archaeological_files/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py
index 8a1069d51..8ed85610e 100644
--- a/archaeological_files/tests.py
+++ b/archaeological_files/tests.py
@@ -212,7 +212,7 @@ class FileTest(TestCase, FileInit):
self.login_as_superuser()
response = self.client.get(reverse(url, kwargs={'pk': pk}))
self.assertEqual(response.status_code, 200)
- self.assertIn('class="sheet"', response.content)
+ self.assertIn('class="card sheet"', response.content)
class FileOperationTest(TestCase, OperationInitTest, FileInit):