From 63d42f8c9b84661b2a449635e6e1620ddb5813c4 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 17 Feb 2020 15:08:06 -0500 Subject: [PATCH] Update main.bats --- tests/main.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index c3d9aee0..c5910c52 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -6,9 +6,9 @@ load ../common docker image inspect ${maintainer}/${imagename} } -#@test "030 Test Compose the environment" { -# cd test-compose && ./compose.sh && docker-compose down -#} +@test "030 Test Compose the environment" { + cd test-compose && ./compose.sh && docker-compose down +} #@test "070 There are no known security vulnerabilities" {