Skip to content

Commit

Permalink
(maint) Use IO assertion instead of true/false assertion
Browse files Browse the repository at this point in the history
This commit updates the assertions made to detect whether a
file or directory exists or not to instead of assertion on true/false
it instead asserts directly using NUnit v3 assertion classes.

This is done so if the test fails there will be more information
outputted of the failure than just telling whether something
was true or false.
  • Loading branch information
AdmiringWorm authored and gep13 committed Nov 17, 2022
1 parent 3fd91ad commit b529f2e
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 202 deletions.
Loading

0 comments on commit b529f2e

Please sign in to comment.