Skip to content

Commit

Permalink
fix test packages, fixes #312
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Apr 27, 2023
1 parent 32d8589 commit 061dcc2
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package org.camunda.bpm.extension.mockito;
package org.camunda.community.mockito;

import org.assertj.core.api.Assertions;
import org.camunda.bpm.engine.repository.DeploymentBuilder;
import org.camunda.bpm.engine.runtime.ProcessInstance;
import org.camunda.bpm.engine.test.Deployment;
import org.camunda.bpm.engine.test.ProcessEngineRule;
import org.camunda.community.mockito.CamundaMockito;
import org.camunda.community.mockito.process.CallActivityMock;
import org.junit.Before;
import org.junit.Rule;
Expand Down

0 comments on commit 061dcc2

Please sign in to comment.