Hard-Coded File Path Separators in Test

Description:

The assert in getDirectoryTest in FileServiceTest contains hard-coded file path separators (ie. "/"). This causes the test to fail on Windows.

Steps to Reproduce:

  1. Run tests on Windows (uses \ as path separator, unlike Mac and Linux)

Possible Fix:

Replace the hard-coded file separators with File.separator

Assignee Loading
Time tracking Loading