1
0
mirror of https://github.com/desktop/desktop synced 2024-07-07 19:29:36 +00:00

Update path-text-test.ts

This commit is contained in:
Markus Olsson 2022-02-15 11:54:15 +01:00 committed by GitHub
parent 09c74fb2ac
commit d48e7b2333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ describe('PathText', () => {
)
expect(normalizedFileName).toBe('path')
expect(normalizedDirectory).toBe(
__WIN32__ ? 'some\\submodule' : 'some/submodule/'
__WIN32__ ? 'some\\submodule\\' : 'some/submodule/'
)
})