Skip to content

Commit

Permalink
remove lines added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
patilpankaj212 committed Jan 14, 2021
1 parent c36691f commit d2cb1a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/iac-providers/terraform/v12/load-dir_test.go
Expand Up @@ -149,9 +149,6 @@ func TestLoadIacDir(t *testing.T) {

for _, tt := range table2 {
t.Run(tt.name, func(t *testing.T) {
if tt.name != "variables of list type" {
t.Skip()
}
got, gotErr := tt.tfv12.LoadIacDir(tt.tfConfigDir)
if !reflect.DeepEqual(gotErr, tt.wantErr) {
t.Errorf("unexpected error; gotErr: '%v', wantErr: '%v'", gotErr, tt.wantErr)
Expand Down

0 comments on commit d2cb1a8

Please sign in to comment.