Skip to content

Commit

Permalink
Updated text cases for $release name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sliver007 committed Feb 27, 2023
1 parent 9d8e6d6 commit 47b5a7a
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void releaseResource_test() {

Parameters params1 = parameters(
stringPart("version", "1234"),
codePart("versionBehavior", "default")
codePart("version-behavior", "default")
);

Library returnResource = getClient().operation()
Expand All @@ -93,8 +93,8 @@ void releaseResource_latestFromTx_NotSupported_test() {

Parameters params1 = parameters(
stringPart("version", "1234"),
codePart("versionBehavior", "default"),
booleanPart("latestFromTxServer", true)
codePart("version-behavior", "default"),
booleanPart("latest-from-tx-server", true)
);

try {
Expand All @@ -119,8 +119,8 @@ void release_missing_approvalDate_validation_test() {

Parameters params1 = parameters(
stringPart("version", "1234"),
codePart("versionBehavior", "default"),
booleanPart("latestFromTxServer", true)
codePart("version-behavior", "default"),
booleanPart("latest-from-tx-server", true)
);

try {
Expand Down

0 comments on commit 47b5a7a

Please sign in to comment.