Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
maastha committed Oct 11, 2024
1 parent efdb287 commit 4d2f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/codegen/codespec/api_to_provider_spec_mapper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func TestConvertToProviderSpec(t *testing.T) {
for name, tc := range testCases {
t.Run(name, func(t *testing.T) {
result, _ := codespec.ToProviderSpecModel(tc.inputOpenAPISpecPath, tc.inputConfigPath, tc.inputResourceName)
assert.Equal(t, tc.expectedResult.Resources[0], result.Resources[0], "Expected result to match the specified structure")
assert.Equal(t, tc.expectedResult, result, "Expected result to match the specified structure")
})
}
}

0 comments on commit 4d2f1d0

Please sign in to comment.