diff --git a/tests/path/isDir.du b/tests/path/isDir.du index bd08b37c..676317bf 100644 --- a/tests/path/isDir.du +++ b/tests/path/isDir.du @@ -3,7 +3,8 @@ * * Testing Path.isDir() * - * Returns true if the given string is a path to a directory, else false.` + * Returns true if the given string is a path to a directory, else false. + */ from UnitTest import UnitTest;