Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dbd044

Browse files
committed
fix
1 parent 8c989ee commit 6dbd044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/create_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ func TestCreateWithRichParameters(t *testing.T) {
333333
secondParameterDescription = "This is second parameter"
334334
secondParameterValue = "2"
335335

336-
immutableParameterName = "immutable_parameter"
337-
immutableParameterDescription = "This is mutable parameter"
336+
immutableParameterName = "third_parameter"
337+
immutableParameterDescription = "This is not mutable parameter"
338338
immutableParameterValue = "3"
339339
)
340340

cli/update_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func TestUpdateWithRichParameters(t *testing.T) {
155155
secondParameterValue = "2"
156156

157157
immutableParameterName = "immutable_parameter"
158-
immutableParameterDescription = "This is mutable parameter"
158+
immutableParameterDescription = "This is not mutable parameter"
159159
immutableParameterValue = "3"
160160
)
161161

0 commit comments

Comments
 (0)