Skip to content

Commit

Permalink
Add reference to alternative for deprecated zeebe-test
Browse files Browse the repository at this point in the history
  • Loading branch information
remcowesterhoud committed Dec 13, 2021
1 parent 8d35dad commit 29a35c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis-clients/java-client/zeebe-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Zeebe test"
You can use the `zeebe-test` module to write JUnit tests for your job worker and BPMN process. This provides a JUnit rule to bootstrap the broker and some basic assertions.

:::note
`zeebe-test` is [deprecated for removal](./reference/announcements.md).
`zeebe-test` is [deprecated for removal](./reference/announcements.md). Please refer to [`zeebe-process-test`](testing.md) for an alternative.
:::

## Usage in a Maven project
Expand Down

0 comments on commit 29a35c3

Please sign in to comment.