@@ -691,9 +691,9 @@ describe('Routes', () => {
691
691
const body = await res . json ( )
692
692
assert . deepStrictEqual ( body , {
693
693
minerId : 'f0230' ,
694
- dealCount : 4 ,
694
+ dealCount : 5 ,
695
695
clients : [
696
- { clientId : 'f0800' , dealCount : 2 } ,
696
+ { clientId : 'f0800' , dealCount : 3 } ,
697
697
{ clientId : 'f0810' , dealCount : 1 } ,
698
698
{ clientId : 'f0820' , dealCount : 1 }
699
699
]
@@ -721,9 +721,9 @@ describe('Routes', () => {
721
721
const body = await res . json ( )
722
722
assert . deepStrictEqual ( body , {
723
723
clientId : 'f0800' ,
724
- dealCount : 4 ,
724
+ dealCount : 5 ,
725
725
providers : [
726
- { minerId : 'f0230' , dealCount : 2 } ,
726
+ { minerId : 'f0230' , dealCount : 3 } ,
727
727
{ minerId : 'f0210' , dealCount : 1 } ,
728
728
{ minerId : 'f0220' , dealCount : 1 }
729
729
]
@@ -751,9 +751,9 @@ describe('Routes', () => {
751
751
const body = await res . json ( )
752
752
assert . deepStrictEqual ( body , {
753
753
allocatorId : 'f0500' ,
754
- dealCount : 6 ,
754
+ dealCount : 7 ,
755
755
clients : [
756
- { clientId : 'f0800' , dealCount : 4 } ,
756
+ { clientId : 'f0800' , dealCount : 5 } ,
757
757
{ clientId : 'f0810' , dealCount : 2 }
758
758
]
759
759
} )
0 commit comments