Skip to content

fix: multisig wallet select should work fine now (i hope) #2168

fix: multisig wallet select should work fine now (i hope)

fix: multisig wallet select should work fine now (i hope) #2168

GitHub Actions / status check - jest unit tests results failed Nov 18, 2024 in 0s

Jest Unit tests results

This test run completed at Mon, 18 Nov 2024 15:35:56 GMT

Details

Jest Unit tests results

Generic badge

Duration: 58.062 seconds
Start: 2024-11-18 15:34:58.665 UTC
Finish: 2024-11-18 15:35:56.727 UTC
Duration: 58.062 seconds
Outcome: Failed | Total Tests: 753 | Passed: 751 | Failed: 1
Total Test Suites: 160
Total Tests: 753
Failed Test Suites: 1
Failed Tests: 1
Passed Test Suites: 158
Passed Tests: 751
Pending Test Suites: 1
Pending Tests: 1
❌ features/multisigs/model/multisigs-model should create multisigs

Title: should create multisigs
Status: failed
Location: null
Failure Messages:
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
  • Expected
  • Received

@@ -22,10 +22,11 @@
],
"threshold": 2,
"type": "multisig",
},
],

  • "external": true,
    "wallet": Object {
    "name": "F7Hs",
    "signingType": "signing_ms",
    "type": "wallet_ms",
    },,

Number of calls: 1
at Object.toHaveBeenCalledWith (/home/runner/work/nova-spektr/nova-spektr/src/renderer/processes/multisigs/model/tests/multisigs-model.test.ts:98:30)
at processTicksAndRejections (node:internal/process/task_queues:95:5)