Skip to content

Commit

Permalink
chore: Correct JUnit 5 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyog committed Aug 9, 2022
1 parent 59498da commit 510c484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Used for coordinated development between consumer and provider teams using match
- `deployedTo(environment: String)` - Any versions currently deployed to the specified environment.
- `releasedTo(environment: String)` - Any versions currently released and supported in the specified environment.
- `environment(environment: String)` - Any versions currently deployed or released and supported in the specified environment.
- `tag(name: String)` - [DEPRECATED] All versions with the specified tag. Tags are deprecated in favor of branches.
- `latestTag(name: String)` - [DEPRECATED] The latest version for each consumer with the specified tag. Tags are deprecated in favor of branches.
- `tag(name: String)` - All versions with the specified tag. Tags are deprecated in favor of branches.
- `latestTag(name: String)` - The latest version for each consumer with the specified tag. Tags are deprecated in favor of branches.

If you require more control, your selector method can also return a list of `au.com.dius.pact.core.pactbroker.ConsumerVersionSelectors`
instead of the builder class.
Expand Down

0 comments on commit 510c484

Please sign in to comment.