Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoms committed Nov 21, 2024
1 parent d55c4af commit b9f389d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

import static org.operaton.bpm.engine.test.api.runtime.migration.ModifiableBpmnModelInstance.modify;

import org.junit.After;
import org.junit.Before;
import org.operaton.bpm.engine.ManagementService;
import org.operaton.bpm.engine.RuntimeService;
import org.operaton.bpm.engine.batch.Batch;
Expand All @@ -31,14 +33,12 @@
import org.operaton.bpm.engine.test.api.runtime.migration.models.ProcessModels;
import org.operaton.bpm.engine.test.util.ProcessEngineTestRule;
import org.operaton.bpm.engine.test.util.ProvidedProcessEngineRule;
import org.junit.After;
import org.junit.Before;

/**
* @author Askar Akhmerov
*/
public abstract class AbstractBatchAuthorizationTest {
protected static final String TEST_REASON = "test reason";
protected static final String TEST_REASON = "test dummy reason";

protected ProcessEngineRule engineRule = new ProvidedProcessEngineRule();
protected AuthorizationTestRule authRule = new AuthorizationTestRule(engineRule);
Expand Down

0 comments on commit b9f389d

Please sign in to comment.