1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 23:23:32 +00:00

Fix semantic merge conflict accidentally introduced (#1301)

This commit is contained in:
gbrodman
2021-08-26 14:15:56 -06:00
committed by GitHub
parent d57597f40f
commit ae911a5280

View File

@@ -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.