Skip to content

Commit

Permalink
fix unit tests for runtime package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Aug 13, 2020
1 parent cb8e514 commit c66dbef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/runtime/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ func TestValidateInputs(t *testing.T) {
},
wantErr: errEmptyIacPath,
},
{
name: "incorrect iac path",
executor: Executor{
filePath: "./testdata/testfile",
dirPath: "./testdata/testdir",
},
wantErr: errIncorrectIacPath,
},
{
name: "filepath does not exist",
executor: Executor{
Expand Down

0 comments on commit c66dbef

Please sign in to comment.