mirror of https://gitee.com/bigwinds/arangodb
Fix typo.
This commit is contained in:
parent
9079ba3971
commit
29401bb637
|
@ -1083,7 +1083,7 @@ function unitTestPrettyPrintResults(r) {
|
|||
}
|
||||
}
|
||||
}
|
||||
print("Overal state: " + ((r.all_ok === true) ? "Success" : "Fail"));
|
||||
print("Overall state: " + ((r.all_ok === true) ? "Success" : "Fail"));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue