mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Fix semantic merge conflict accidentally introduced (#1301)
This commit is contained in:
parent
6349bad49b
commit
00d2767e88
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class ReplicateToDatastoreActionTest {
|
|||
@Test
|
||||
void testMissingTransactions_fullTask() {
|
||||
// Write a transaction (should have a transaction id of 1).
|
||||
TestEntity foo = new TestEntity("foo");
|
||||
TestObject foo = TestObject.create("foo");
|
||||
jpaTm().transact(() -> jpaTm().insert(foo));
|
||||
|
||||
// Force the last transaction id back to -1 so that we look for transaction 0.
|
||||
|
|
Loading…
Add table
Reference in a new issue