This commit is contained in:
A. Jesse Jiryu Davis 2018-06-06 10:17:19 -04:00
parent 6810b454d4
commit 32d3f0e80b

View File

@ -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")