Skip to content

Commit

Permalink
function/stdlib: Fix an incorrect test for the
Browse files Browse the repository at this point in the history
  • Loading branch information
mildwonkey committed Dec 16, 2020
1 parent ef68455 commit 251ac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cty/function/stdlib/collection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func TestMerge(t *testing.T) {
[]cty.Value{
cty.MapValEmpty(cty.String),
},
cty.EmptyObjectVal,
cty.MapValEmpty(cty.String),
false,
},
{ // handle null object
Expand Down

0 comments on commit 251ac0b

Please sign in to comment.