mirror of https://gitee.com/bigwinds/arangodb
fixed test
This commit is contained in:
parent
1ed4e20ba1
commit
6dc9fb43d8
|
@ -321,7 +321,7 @@ function FileSystemSuite () {
|
|||
fail();
|
||||
}
|
||||
catch (err) {
|
||||
assertEqual(ERRORS.ERROR_SYS_ERROR.code, err.errorNum);
|
||||
assertEqual(ERRORS.ERROR_FILE_EXISTS.code, err.errorNum);
|
||||
}
|
||||
|
||||
// create a subdirectory in the directory we created
|
||||
|
|
Loading…
Reference in New Issue