Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent fb9a182 commit 6b923c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ TEST_RETRIEVE_VALIDATE() {
TEST_DEAD_CHECK() {
test_dead_subdomain_check
test_dead_redundant_check
test_dead_check
test_alive_check

cp "$RAW" "$RAW_LIGHT"
# Expected output for light version
Expand Down Expand Up @@ -208,8 +210,6 @@ function TEST_PARKED_CHECK {

test_parked_check
test_unparked_check
test_dead_check
test_alive_check

cp "$RAW" "$RAW_LIGHT"
# Expected output for light version
Expand Down

0 comments on commit 6b923c7

Please sign in to comment.