Skip to content

Commit

Permalink
Fixed wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Feb 17, 2021
1 parent 51f6b18 commit 68164a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.flowable.engine.test.helper;
package org.flowable.engine.test.bpmn.async;

import org.flowable.engine.delegate.DelegateExecution;
import org.flowable.engine.delegate.JavaDelegate;
Expand Down

1 comment on commit 68164a4

@PascalSchumacher
Copy link
Contributor

@PascalSchumacher PascalSchumacher commented on 68164a4 Feb 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change broke at two test. Now a lot of master build and pull request builds are failing, because org.flowable.engine.test.bpmn.async.AsyncNonExclusiveJobsTest.testFiveNonExclusiveParallelJobs and org.flowable.engine.test.bpmn.async.AsyncNonExclusiveJobsTest.testFiveNonExclusiveParallelJobsThatCreateVariables are failing e.g. https://github.com/flowable/flowable-engine/runs/1920226235

Please sign in to comment.