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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.