Fix a typo of "transaction" in comment
Change-Id: I99ca600d4211ef27791465a23100e484a10c323d
This commit is contained in:
parent
ebda4f02eb
commit
650779240e
@ -1780,7 +1780,7 @@ class LiveFacadeTest(test_base.DbTestCase):
|
||||
|
||||
session = self.sessionmaker(autocommit=True)
|
||||
|
||||
# inner transction + second part of "outer" transaction were committed
|
||||
# inner transaction + second part of "outer" transaction were committed
|
||||
self.assertEqual(
|
||||
[("u2",), ("u3",), ("u4", )],
|
||||
session.query(
|
||||
@ -1820,7 +1820,7 @@ class LiveFacadeTest(test_base.DbTestCase):
|
||||
|
||||
session = self.sessionmaker(autocommit=True)
|
||||
|
||||
# inner transction + second part of "outer" transaction were committed
|
||||
# inner transaction + second part of "outer" transaction were committed
|
||||
self.assertEqual(
|
||||
[("u1",), ("u3",), ("u4", )],
|
||||
session.query(
|
||||
@ -1848,7 +1848,7 @@ class LiveFacadeTest(test_base.DbTestCase):
|
||||
|
||||
session = self.sessionmaker(autocommit=True)
|
||||
|
||||
# inner transction + second part of "outer" transaction were committed
|
||||
# inner transaction + second part of "outer" transaction were committed
|
||||
self.assertEqual(
|
||||
[("u1",), ("u3",), ("u4", )],
|
||||
session.query(
|
||||
@ -1896,7 +1896,7 @@ class LiveFacadeTest(test_base.DbTestCase):
|
||||
|
||||
session = self.sessionmaker(autocommit=True)
|
||||
|
||||
# inner transction + second part of "outer" transaction were committed
|
||||
# inner transaction + second part of "outer" transaction were committed
|
||||
self.assertEqual(
|
||||
[("u2",), ("u3",), ("u4", )],
|
||||
session.query(
|
||||
|
Loading…
x
Reference in New Issue
Block a user