Skip to content

Commit 6a82e79

Browse files
committed
test
1 parent 3f3cf7f commit 6a82e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scaffold/tests/bats/functional.init.bats

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export BATS_FIXTURE_EXPORT_CODEBASE_ENABLED=1
1414
export SCRIPT_FILE="init.sh"
1515

1616
# bats test_tags=smoke
17-
@test "Init, defaults, workflow" {
17+
@test "Init, defaults - extension module, workflow" {
1818
answers=(
1919
"YodasHut" # organisation
2020
"force_crystal" # project
@@ -37,7 +37,7 @@ export SCRIPT_FILE="init.sh"
3737
assert_files_present_extension_type_module "${BUILD_DIR}"
3838
assert_output_contains "Initialization complete."
3939

40-
#assert_workflow "${BUILD_DIR}"
40+
assert_workflow "${BUILD_DIR}"
4141
}
4242

4343
# bats test_tags=smoke

0 commit comments

Comments
 (0)