Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
tshihad committed Dec 6, 2021
1 parent b5819ae commit d9aaa71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tftags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ func TestSet(t *testing.T) {
ID: 12,
},
want: map[string]interface{}{
"id": "12",
"id": "12",
"array": []interface{}{},
},
},
}
Expand Down

0 comments on commit d9aaa71

Please sign in to comment.