mirror of https://gitee.com/bigwinds/arangodb
Removed redundant potato.
This commit is contained in:
parent
c8d1f5f93b
commit
38cfd52c0f
|
@ -24,7 +24,7 @@
|
||||||
expect(err.stack).to.contain(err.message);
|
expect(err.stack).to.contain(err.message);
|
||||||
});
|
});
|
||||||
it('uses its name in its stack trace', function () {
|
it('uses its name in its stack trace', function () {
|
||||||
var err = new UserError('potato');
|
var err = new UserError();
|
||||||
expect(err.stack).to.contain(name);
|
expect(err.stack).to.contain(name);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue