Skip to content

Commit

Permalink
modified the fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya2606 committed Sep 4, 2024
1 parent ea8e9e1 commit ce8bb5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/deployments/deployments_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ func TestCreateDeployments(t *testing.T) {
tempDirPath: "test/templates/unsupported",
tempFileName: "test/templates/unsupported/deployment.yaml",
tempPath: "test/templates/unsupported/deployment.yaml",
fixturePath: "../fixtures/deployments/test/templates/unsupported/deployment.yaml",
cleanUp: func() {
os.Remove("deployments")
},
Expand Down Expand Up @@ -94,7 +93,7 @@ func TestCreateDeployments(t *testing.T) {
assert.Nil(t, err)
}

tt.cleanUp()
//tt.cleanUp()
})
}
}
Expand Down
Empty file.

0 comments on commit ce8bb5a

Please sign in to comment.