update piskel mock in BackupServiceTest

This commit is contained in:
juliandescottes 2017-08-02 00:06:51 +02:00 committed by Julian Descottes
parent 7de03f1e73
commit c31b7a351c

View File

@ -40,6 +40,10 @@ describe('BackupService test', function () {
_hash: null,
getDescriptor: function () { return this._descriptor; },
getHash: function () { return this._hash; },
getWidth: function () { return 32; },
getHeight: function () { return 32; },
getFrameCount: function () { return 1; },
getFPS: function () { return 12; },
};
mockPiskelController = {