Skip to content

Commit

Permalink
Merge branch 'vvm/sdkv2_diff_test_map' of github.com:pulumi/pulumi-te…
Browse files Browse the repository at this point in the history
…rraform-bridge into vvm/sdkv2_diff_test_map
  • Loading branch information
VenelinMartinov committed Jan 14, 2025
2 parents a2a036f + 45abed5 commit 727543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tests/diff_test/detailed_diff_map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestSDKv2DetailedDiffMap(t *testing.T) {
}

var nilVal map[string]string
schemaValueMakerPairs, scenarios := generatePrimitiveSchemaValueMakerPairs(
schemaValueMakerPairs, scenarios := generateBaseTests(
schema.TypeMap, &schema.Schema{Type: schema.TypeString}, ctyMaker,
map[string]string{"key": "val1"}, map[string]string{"key": "val2"},
map[string]string{"key": "computedVal"}, map[string]string{"key": "defaultVal"}, nilVal)
Expand Down

0 comments on commit 727543c

Please sign in to comment.