Skip to content

Commit af64289

Browse files
committed
Clean up bad cherry picks for tests
1 parent 86db403 commit af64289

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

config/raw_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func TestRawConfig_sliceIndexLoss(t *testing.T) {
320320
vars := map[string]ast.Variable{
321321
"var.unknown": ast.Variable{
322322
Value: UnknownVariableValue,
323-
Type: ast.TypeUnknown,
323+
Type: ast.TypeString,
324324
},
325325
"var.known": ast.Variable{
326326
Value: "123456",

helper/schema/schema_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,8 +2493,7 @@ func TestSchemaMap_Diff(t *testing.T) {
24932493
Err: false,
24942494
},
24952495

2496-
{
2497-
Name: "Set ForceNew marks count as ForceNew if computed",
2496+
"Set ForceNew marks count as ForceNew if computed": {
24982497
Schema: map[string]*Schema{
24992498
"ports": &Schema{
25002499
Type: TypeSet,

0 commit comments

Comments
 (0)