mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use fs.renameSync in Workspace spec to fix test failure
This commit is contained in:
committed by
Rafael Oleza
parent
3bd2279d3c
commit
614d3e150a
@@ -2511,7 +2511,7 @@ describe('Workspace', () => {
|
||||
})
|
||||
|
||||
runs(() => {
|
||||
fs.rename(
|
||||
fs.renameSync(
|
||||
path.join(projectPath, 'git.git'),
|
||||
path.join(projectPath, '.git')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user