diff --git a/tests/path/isSymbolicLink.du b/tests/path/isSymbolicLink.du index 97c8bd8b..b2cd06b1 100644 --- a/tests/path/isSymbolicLink.du +++ b/tests/path/isSymbolicLink.du @@ -1,9 +1,9 @@ /** - * isDir.du + * isSymbolic.du * - * Testing Path.isDir() + * Testing Path.isSymbolicLink() * - * Returns true if the given string is a path to a directory, else false. (Linux only) + * Returns true if the given string is a symbolic Link, else false. (Linux only) */ from UnitTest import UnitTest;