refactor: renamed tests

This commit is contained in:
Rohit T P
2024-05-02 15:49:34 +00:00
parent dc8d6da4b9
commit 1bacb13caa
10 changed files with 8 additions and 20 deletions

View File

@@ -24,6 +24,6 @@ teardown() {
cd "${NOCO_HOME}" || exit 1
result=$(docker-compose ps | grep -c "nocodb/nocodb")
result=$(docker compose ps | grep -c "nocodb/nocodb")
[ "${result}" -eq 3 ]
}