tokens: add lastUsedTime
This commit is contained in:
@@ -66,7 +66,6 @@ describe('Volumes', function () {
|
||||
|
||||
it('cannot add duplicate name', function (done) {
|
||||
volumes.add('music', '/media/cloudron-test-music', AUDIT_SOURCE, function (error) {
|
||||
console.dir(error);
|
||||
expect(error.reason).to.be(BoxError.ALREADY_EXISTS);
|
||||
done();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user