Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
praneetloke committed Mar 10, 2024
1 parent 3b42c73 commit 76cf9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/simple_property_ref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ func TestSimplePropertyRef(t *testing.T) {
resourceSpec, ok := testPulumiPkg.Resources["fake-package:fakeresource/v2:FakeResource"]
assert.Truef(t, ok, "Expected to find a resource called FakeResource: %v", testPulumiPkg.Resources)

// The property simple_prop would have been converted to the SDK name in camelCase.
assert.Equal(t, "string", resourceSpec.InputProperties["simpleProp"].Type)
}

0 comments on commit 76cf9b7

Please sign in to comment.