Skip to content

Commit 4464753

Browse files
committed
update wording
1 parent 2e5c614 commit 4464753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/client/petstore/go/pet_api_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func TestUpdatePetWithForm(t *testing.T) {
8888
t.Log(r)
8989
}
9090

91-
// get the pet id from server to verify the update
91+
// get the pet with id 12830 from server to verify the update
9292
isPetCorrect(t, 12830, "golang", "available")
9393
}
9494

@@ -304,3 +304,4 @@ func isPetCorrect(t *testing.T, id int64, name string, status string) {
304304
t.Log(r)
305305
}
306306
}
307+

0 commit comments

Comments
 (0)