Skip to content

Commit

Permalink
Updated tests to handle the removal of the CoC. (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Mar 14, 2024
1 parent 2cb0245 commit 9b86f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drevops/tests/bats/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ assert_files_present_drevops() {
# Assert that DrevOps files removed.
assert_dir_not_exists ".drevops"
assert_file_not_exists "LICENSE"
assert_file_not_exists "CODE_OF_CONDUCT.md"
assert_file_not_exists ".github/FUNDING.yml"

assert_file_not_exists ".github/drevops-publish-docs.yml"
Expand Down

0 comments on commit 9b86f72

Please sign in to comment.