mirror of https://gitee.com/bigwinds/arangodb
fixed spelling error (#2827)
This commit is contained in:
parent
bfe7ee15d1
commit
30708a59bf
|
@ -97,7 +97,7 @@ describe('Foxx Manager', function () {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should not conatins in _apps', function () {
|
it('should not contains in _apps', function () {
|
||||||
FoxxManager.install(setupTeardownApp, mount);
|
FoxxManager.install(setupTeardownApp, mount);
|
||||||
FoxxManager.uninstall(mount);
|
FoxxManager.uninstall(mount);
|
||||||
const s = db._query(aql`
|
const s = db._query(aql`
|
||||||
|
|
Loading…
Reference in New Issue