Skip to content

Commit 47be4f5

Browse files
committed
chore: small change for nodejs client
1 parent afbc622 commit 47be4f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ilp-client-interop-test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"status": "SUCCESS",
7676
"anyLines": [
7777
"doubles d0=0,dm0=-0,d1=1,dE100=1E+100,d0000001=1E-06,dN0000001=-1E-06",
78-
"doubles d0=0.0,dm0=-0.0,d1=1.0,dE100=1e100,d0000001=1e-6,dN0000001=-1e-6"
78+
"doubles d0=0.0,dm0=-0.0,d1=1.0,dE100=1e100,d0000001=1e-6,dN0000001=-1e-6",
79+
"doubles d0=0,dm0=0,d1=1,dE100=1e+100,d0000001=0.000001,dN0000001=-0.000001"
7980
]
8081
}
8182
},

0 commit comments

Comments
 (0)