We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e5f09 commit df545a1Copy full SHA for df545a1
tests/integration/light-bridge.spec.ts
@@ -28,8 +28,6 @@ describe('LightBridge Integration Test', function () {
28
29
expect(res.length).toBeLessThanOrEqual(100);
30
31
- console.log(res);
32
-
33
if (res.length > 1) {
34
expect(Number(res[0].depositId)).toBeLessThanOrEqual(Number(res[1].depositId));
35
}
0 commit comments