diff --git a/core/TESTS/test_caves.py b/core/TESTS/test_caves.py
index ae79a6f..b14254c 100644
--- a/core/TESTS/test_caves.py
+++ b/core/TESTS/test_caves.py
@@ -229,7 +229,7 @@ class FixturePageTests(TestCase):
response = self.client.get("/caves")
self.assertEqual(response.status_code, HTTPStatus.OK)
content = response.content.decode()
- ph = r"284 Seetrichter"
+ ph = r"284 Seetrichter (Lake bottom)"
phmatch = re.search(ph, content)
# with open('_cave_fix_caves.html', 'w') as f:
# f.write(content)