Skip to content

Commit e8fe395

Browse files
chore: goldens change
1 parent 27102fc commit e8fe395

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

gapic-generator/test/gapic/presenters/snippet/expression_presenter_test.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def test_complex
9393
presenter = build_expression_presenter json
9494
expected = [
9595
"{",
96-
" age: 21,",
9796
" id: my_id,",
97+
" age: 21,",
9898
' name: "Jane Doe"',
9999
"}"
100100
]
@@ -133,8 +133,8 @@ def test_complex_nested
133133
"{",
134134
" id: my_id,",
135135
" stats: {",
136-
' hair: "black",',
137-
' eyes: "brown"',
136+
' eyes: "brown",',
137+
' hair: "black"',
138138
" },",
139139
' name: "Jane Doe"',
140140
"}"

shared/output/cloud/speech_v1/lib/google/cloud/speech/v1/adaptation/client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,14 +735,14 @@ def delete_phrase_set request, options = nil
735735
# end
736736
#
737737
# create_custom_class_request = {
738-
# parent: parent,
739738
# custom_class_id: custom_class_id,
740739
# custom_class: {
741740
# items: [
742741
# "Titanic",
743742
# "RMS Queen Mary"
744743
# ]
745-
# }
744+
# },
745+
# parent: parent
746746
# }
747747
#
748748
# puts("Calling the CreateCustomClass operation.")

shared/output/cloud/speech_v1/snippets/adaptation/create_custom_class_basic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ def create_custom_class_basic parent:, custom_class_id:
4343
end
4444

4545
create_custom_class_request = {
46-
parent: parent,
4746
custom_class_id: custom_class_id,
4847
custom_class: {
4948
items: [
5049
"Titanic",
5150
"RMS Queen Mary"
5251
]
53-
}
52+
},
53+
parent: parent
5454
}
5555

5656
puts "Calling the CreateCustomClass operation."

0 commit comments

Comments
 (0)