Skip to content

Commit

Permalink
tests(mina): fix app not found on bot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lawRathod committed Feb 25, 2025
1 parent 0ebfa99 commit 012140b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/coin-modules/coin-mina/src/test/bot-specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ const minaSpecs: AppSpec<Transaction> = {
name: "Mina",
currency: getCryptoCurrencyById("mina"),
appQuery: {
model: DeviceModelId.nanoSP,
model: DeviceModelId.nanoS,
appName: "Mina",
appVersion: "1.4.1",
},
genericDeviceAction: acceptTransaction,
testTimeout: 15 * 60 * 1000,
Expand Down

1 comment on commit 012140b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Nitrogen' 💰 1 miss funds ($0.00) ⏲ 16.9s

💰 1 specs may miss funds: Mina

What is the bot and how does it work? Everything is documented here!

⚠️ 1 spec hints
  • Spec Mina:
    • There are not enough accounts (1) to cover all mutations (1).
      Please increase the account target to at least 2 accounts
Details of the 0 mutations

Spec Mina (failed)

Spec Mina found 1 Mina accounts. Will use Mina 1.4.2 on nanoS 2.1.0
undefined: 0 MINA (0ops) (B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy on 44'/12586'/0'/0/0) minabip44h#0 js:2:mina:B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy:minabip44h

This SEED does not have Mina. Please send funds to B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy

Details of the 1 uncovered mutations

Spec Mina (1)

  • Send ~50% to another account:
Portfolio ($0.00) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
Mina (1) 0 ops , 0 MINA ($0.00) B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy
undefined: 0 MINA (0ops) (B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy on 44'/12586'/0'/0/0) minabip44h#0 js:2:mina:B62qjMorV3Re63d1xbExp4kVhyP23scYq6PTqsitQ9yVuBwvu5FkDUy:minabip44h
Performance ⏲ 16.9s

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL 0.78ms 14.1s N/A N/A N/A N/A N/A N/A
Mina (0) 0.78ms 14.1s N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please # to comment.