diff --git a/test/test_examples.py b/test/test_examples.py index 874d5cbd1..64a7282e7 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -842,7 +842,7 @@ class TestSampleShellCommands(unittest.TestCase): array_filters=[{"i.b": 0}]) @client_context.require_transactions - def test_tranactions(self): + def test_transactions(self): # Transaction examples client = self.client self.addCleanup(client.drop_database, "test")