summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index a570e01cb..7f4ce388a 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -461,7 +461,7 @@ class FindTest(FindInit, TestCase):
c.login(username=self.username, password=self.password)
response = self.client.get(reverse('show-find', kwargs={'pk': obj.pk}))
self.assertEqual(response.status_code, 200)
- self.assertIn('class="sheet"', response.content)
+ self.assertIn('class="card sheet"', response.content)
def test_delete(self):
self.create_finds(force=True)