File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/Global/DirectSendQR/__tests__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ describe('parseEip681', () => {
6
6
const result = parseEip681 ( url )
7
7
expect ( result ) . toEqual ( {
8
8
address : '0xfb6916095ca1df60bb79Ce92ce3ea74c37c5d359' ,
9
- amount : '2.014e18 ' ,
9
+ amount : '2.014 ' ,
10
10
tokenSymbol : 'ETH' ,
11
11
} )
12
12
} )
@@ -17,7 +17,7 @@ describe('parseEip681', () => {
17
17
expect ( result ) . toEqual ( {
18
18
address : '0xfb6916095ca1df60bb79Ce92ce3ea74c37c5d359' ,
19
19
chainId : '42' ,
20
- amount : '1.5e18 ' ,
20
+ amount : '1.5 ' ,
21
21
tokenSymbol : 'ETH' ,
22
22
} )
23
23
} )
@@ -28,7 +28,7 @@ describe('parseEip681', () => {
28
28
const result = parseEip681 ( url )
29
29
expect ( result ) . toEqual ( {
30
30
address : '0x8e23ee67d1332ad560396262c48ffbb01f93d052' ,
31
- amount : '1 ' ,
31
+ amount : '0.000001 ' ,
32
32
tokenAddress : '0x89205a3a3b2a69de6dbf7f01ed13b2108b2c43e7' ,
33
33
} )
34
34
} )
@@ -44,7 +44,7 @@ describe('parseEip681', () => {
44
44
const result = parseEip681 ( url )
45
45
expect ( result ) . toEqual ( {
46
46
address : '0xfb6916095ca1df60bb79Ce92ce3ea74c37c5d359' ,
47
- amount : '1e18 ' ,
47
+ amount : '1 ' ,
48
48
tokenSymbol : 'ETH' ,
49
49
} )
50
50
} )
You can’t perform that action at this time.
0 commit comments