Skip to content

Commit

Permalink
Update docs/basic/activity_testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yennifer Santos <46519584+ydaponte@users.noreply.github.com>
  • Loading branch information
arjendev and ydaponte authored Feb 9, 2024
1 parent eb737d2 commit 79d9fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic/activity_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For testing control activities like `IfCondition`, `ForEach`, `Switch` and `Unti

### Example

Given that the `IfCondition` expression looks like: `@equals(pipeline().parameters.JobId, '123')`
Considering that the `IfCondition` expression looks like: `@equals(pipeline().parameters.JobId, '123')`, an example is provided for that particular expression as follow:

```python
# Arrange
Expand Down

0 comments on commit 79d9fc6

Please sign in to comment.