@@ -110,7 +110,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
110
110
. withArgs ( {
111
111
availableChallenges : [ nextChallengeToAnswer ] ,
112
112
capacity : 0 ,
113
- options : sinon . match . any ,
114
113
} )
115
114
. returns ( [ nextChallengeToAnswer ] ) ;
116
115
@@ -200,7 +199,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
200
199
. withArgs ( {
201
200
availableChallenges : [ nextChallengeToAnswer , accessibleChallenge ] ,
202
201
capacity : 0 ,
203
- options : sinon . match . any ,
204
202
} )
205
203
. returns ( [ nextChallengeToAnswer ] ) ;
206
204
@@ -358,7 +356,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
358
356
. withArgs ( {
359
357
availableChallenges : [ nextChallengeToAnswer ] ,
360
358
capacity : 0 ,
361
- options : sinon . match . any ,
362
359
} )
363
360
. returns ( [ nextChallengeToAnswer ] ) ;
364
361
@@ -440,7 +437,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
440
437
. withArgs ( {
441
438
availableChallenges : [ nextChallenge ] ,
442
439
capacity : 0 ,
443
- options : sinon . match . any ,
444
440
} )
445
441
. returns ( [ nextChallenge ] ) ;
446
442
@@ -541,7 +537,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
541
537
. withArgs ( {
542
538
availableChallenges : [ challengeWithOtherSkill ] ,
543
539
capacity : 0 ,
544
- options : sinon . match . any ,
545
540
} )
546
541
. returns ( [ challengeWithOtherSkill ] ) ;
547
542
@@ -709,7 +704,6 @@ describe('Unit | Domain | Use Cases | get-next-challenge', function () {
709
704
. withArgs ( {
710
705
availableChallenges : [ nextChallengeToAnswer ] ,
711
706
capacity : 0 ,
712
- options : sinon . match . any ,
713
707
} )
714
708
. returns ( [ nextChallengeToAnswer ] ) ;
715
709
0 commit comments