Skip to content

Commit

Permalink
refactor(hcl): delete useless test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev-snyk committed Jul 12, 2022
1 parent cb5ab70 commit 26ce6c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions pkg/terraform/hcl/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ func TestHCL_getCurrentWorkspaceName(t *testing.T) {
dir string
want string
}{
{
name: "test with default workspace",
dir: "testdata/default_workspace",
want: "default",
},
{
name: "test with non-default workspace",
dir: "testdata/foo_workspace",
Expand Down
1 change: 0 additions & 1 deletion pkg/terraform/hcl/testdata/default_workspace/.gitignore

This file was deleted.

This file was deleted.

0 comments on commit 26ce6c8

Please sign in to comment.