Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Oct 27, 2023
1 parent 240ab62 commit 9dd29f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions decoder/reference_targets_collect_hcl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3909,7 +3909,7 @@ provider "test" {
Addr: lang.Address{
lang.RootStep{Name: "test"},
},
Type: cty.Tuple([]cty.Type{cty.String}),
Type: cty.DynamicPseudoType,
RangePtr: &hcl.Range{
Filename: "test.tf",
Start: hcl.Pos{
Expand Down Expand Up @@ -3984,7 +3984,7 @@ provider "test" {
Addr: lang.Address{
lang.RootStep{Name: "test"},
},
Type: cty.List(cty.String),
Type: cty.List(cty.DynamicPseudoType),
RangePtr: &hcl.Range{
Filename: "test.tf",
Start: hcl.Pos{
Expand Down
4 changes: 2 additions & 2 deletions decoder/reference_targets_collect_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@ func TestCollectReferenceTargets_json(t *testing.T) {
Addr: lang.Address{
lang.RootStep{Name: "test"},
},
Type: cty.Tuple([]cty.Type{cty.String}),
Type: cty.DynamicPseudoType,
RangePtr: &hcl.Range{
Filename: "test.tf.json",
Start: hcl.Pos{
Expand Down Expand Up @@ -3893,7 +3893,7 @@ func TestCollectReferenceTargets_json(t *testing.T) {
Addr: lang.Address{
lang.RootStep{Name: "test"},
},
Type: cty.List(cty.String),
Type: cty.List(cty.DynamicPseudoType),
RangePtr: &hcl.Range{
Filename: "test.tf.json",
Start: hcl.Pos{
Expand Down

0 comments on commit 9dd29f7

Please sign in to comment.