Skip to content

Commit 05daead

Browse files
committed
clean comment
1 parent 3ba9d00 commit 05daead

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/nginx/integration/default_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
2727
println(name)
2828
})
2929

30-
// it.After(func() {
31-
// Expect(platform.Delete.Execute(name)).To(Succeed())
32-
// })
30+
it.After(func() {
31+
Expect(platform.Delete.Execute(name)).To(Succeed())
32+
})
3333

3434
context("templated with env vars", func() {
3535
it("builds and runs the app", func() {

0 commit comments

Comments
 (0)