Skip to content

Commit

Permalink
tools/data-api-differ: fixing some remaining usages of the old alia…
Browse files Browse the repository at this point in the history
…ses in the tests
  • Loading branch information
tombuildsstuff committed Jun 20, 2024
1 parent 41f3522 commit ca5eb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func TestDiff_APIVersionAdded_WithNestedDetails(t *testing.T) {
"2023-01-01": {
Resources: map[string]models.APIResource{
"Example": {
Constants: map[string]models.ConstantDetails{
Constants: map[string]models.SDKConstant{
"SomeConst": {
Type: models.StringSDKConstantType,
Values: map[string]string{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ func TestDiff_OperationResponseObjectChanged(t *testing.T) {
updated := map[string]models.SDKOperation{
"First": {
ResponseObject: &models.SDKObjectDefinition{
Type: models.ReferenceApiObjectDefinitionType,
Type: models.ReferenceSDKObjectDefinitionType,
ReferenceName: pointer.To("SomeConstant"),
},
},
Expand Down

0 comments on commit ca5eb50

Please sign in to comment.