From beacdd99bda2c3b15e7423bfa894bab4eb673943 Mon Sep 17 00:00:00 2001 From: RizaFarheen Date: Wed, 24 Jul 2024 16:35:13 +0400 Subject: [PATCH] Update conductor_apps.md --- docs/conductor_apps.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conductor_apps.md b/docs/conductor_apps.md index 67ed47f1..b9781f89 100644 --- a/docs/conductor_apps.md +++ b/docs/conductor_apps.md @@ -92,10 +92,6 @@ For Maven-based projects, modify the `pom.xml` file in the project directory by >[!note] >Workflow workers are your regular Java functions and can be tested with any available testing framework. -### Example Unit Testing Application - -See [WorkflowTest.java](../examples/java/io/orkes/conductor/sdk/WorkflowTest.java) for a fully functional example of how to test a moderately complex workflow with branches. - ## Workflow Deployments Using CI/CD >[!tip]