wip: valid unlocked sets

This commit is contained in:
Matteo Pagliazzi
2020-04-24 19:01:03 +02:00
parent dc9800d88a
commit 26437e7e2e
2 changed files with 50 additions and 10 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ describe('shared.ops.unlock', () => {
}
});
xit('returns an error when user already owns items in a full set', done => {
it('returns an error when user already owns items in a full set and it would be more expensive to buy the entire set', done => {
try {
unlock(user, { query: { path: unlockPath.split(',').splice(2).join(',') } });
unlock(user, { query: { path: unlockPath } });