From ba57e17f02f8a4d21a6b3195554c302225b8ab49 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 4 Aug 2022 15:31:14 +0100 Subject: Allow the simple_upsert database unit test case to run Test cases won't be picked up by trial unless the class name ends in TestCase :) --- tests/storage/test__base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/storage/test__base.py b/tests/storage/test__base.py index 09cb06d614..7a54596232 100644 --- a/tests/storage/test__base.py +++ b/tests/storage/test__base.py @@ -24,7 +24,7 @@ from synapse.util import Clock from tests import unittest -class UpdateUpsertManyTests(unittest.HomeserverTestCase): +class UpdateUpsertManyTestCase(unittest.HomeserverTestCase): def prepare(self, reactor: MemoryReactor, clock: Clock, hs: HomeServer) -> None: self.storage = hs.get_datastores().main -- cgit 1.5.1