Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use multicall for tests #21

Merged
merged 14 commits into from
Sep 3, 2024
Merged

Use multicall for tests #21

merged 14 commits into from
Sep 3, 2024

Conversation

fewensa
Copy link
Contributor

@fewensa fewensa commented Aug 28, 2024

No description provided.

@helix-bridge helix-bridge deleted a comment from github-actions bot Aug 30, 2024
@fewensa fewensa marked this pull request as ready for review August 30, 2024 03:02
@helix-bridge helix-bridge deleted a comment from github-actions bot Aug 30, 2024
Copy link

github-actions bot commented Aug 30, 2024

Jest Test Errored Report

PASS tests/generatedconfig.test.ts (6.443 s)
PASS tests/online.tokens.test.ts (14.698 s)
PASS tests/online.couples.test.ts (14.733 s)
FAIL tests/online.chains.test.ts (8.714 s)
  ● helix chain contract verify -> zircuit › should configure the correct proxy admin dao > zircuit

    expect(received).toBe(expected) // Object.is equality

    Expected: "0x88a39b052d477cfde47600a7c9950a441ce61cb4"
    Received: "0xd0a0899c5dc2feb253d57ab0b7c6d1b1fcbbf824"

      17 |     const owner = await base.proxyAdminOwner(chain);
      18 |     expect(owner).toBeTruthy();
    > 19 |     expect(chain.additional.dao.toLowerCase()).toBe(owner!.toLowerCase());
         |                                                ^
      20 |   }, 60000);
      21 |
      22 | });

      at Object.<anonymous> (tests/online.chains.test.ts:19:48)

Test Suites: 1 failed, 3 passed, 4 total
Tests:       1 failed, 2691 passed, 2692 total
Snapshots:   0 total
Time:        15.632 s
Ran all test suites.

@fewensa fewensa changed the title Improve test Use multicall for tests Aug 30, 2024
@fewensa fewensa requested a review from xiaoch05 August 30, 2024 04:00
@fewensa fewensa merged commit ce73bd8 into main Sep 3, 2024
1 check failed
@fewensa fewensa deleted the improve-test branch September 3, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant