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 committed Nov 16, 2022
1 parent d1fe1ad commit 3dd471b
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 202 deletions.
Loading

0 comments on commit 3dd471b

Please sign in to comment.