refactor(hcl): delete useless test case
parent
cb5ab70559
commit
26ce6c8c88
|
@ -14,11 +14,6 @@ func TestHCL_getCurrentWorkspaceName(t *testing.T) {
|
||||||
dir string
|
dir string
|
||||||
want string
|
want string
|
||||||
}{
|
}{
|
||||||
{
|
|
||||||
name: "test with default workspace",
|
|
||||||
dir: "testdata/default_workspace",
|
|
||||||
want: "default",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "test with non-default workspace",
|
name: "test with non-default workspace",
|
||||||
dir: "testdata/foo_workspace",
|
dir: "testdata/foo_workspace",
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
!.terraform
|
|
|
@ -1 +0,0 @@
|
||||||
default
|
|
Loading…
Reference in New Issue