fix failed tests for fn framework generator

This commit is contained in:
koba1t
2023-09-21 07:15:10 +09:00
parent 67a0b43c81
commit 7af4e772bd
10 changed files with 261 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ fi
cmd=$1
skip_pattern="${2-}"
expected_module_count=${3:-46}
expected_module_count=${3:-47}
seen=()
# Hack scripts must be run from the root of the repository.