mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(rest) add " "
This commit is contained in:
parent
35b954ab46
commit
3d874b9326
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ test('rest: formatMsg: json', (t) => {
|
|||
test('rest: getWin32RootMsg', (t) => {
|
||||
const {message}= _getWin32RootMsg();
|
||||
|
||||
t.equal(message,'Could not copy from\/to root on windows!', 'should return error');
|
||||
t.equal(message,'Could not copy from/to root on windows!', 'should return error');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue