From e68c6ed0b5b6b74cf02889c0cf4c2cdb130fd414 Mon Sep 17 00:00:00 2001 From: Liz Date: Sun, 17 Nov 2024 03:12:12 +0100 Subject: [PATCH] Update tests/path/isDir.du --- tests/path/isDir.du | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;