From 32d3f0e80bb181a0a8daf9bf7dd1c8b7e37ff094 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Wed, 6 Jun 2018 10:17:19 -0400 Subject: [PATCH] Spelling --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")