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

chore(jellyfish-api-core): Change assert order in getMiningInfo.test.ts to match other tests #1865

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

shohamc1
Copy link
Contributor

What this PR does / why we need it:

Uses to the assertion order used by all other tests. Uses a regex pattern to match instead of toContain.

Additional comments?:

As requested in #1841 (comment)

@netlify
Copy link

netlify bot commented Nov 21, 2022

Deploy Preview for jellyfishsdk ready!

Name Link
🔨 Latest commit 9d33d7d
🔍 Latest deploy log https://app.netlify.com/sites/jellyfishsdk/deploys/637b92b940e4510008a72181
😎 Deploy Preview https://deploy-preview-1865--jellyfishsdk.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codeclimate
Copy link

codeclimate bot commented Nov 21, 2022

Code Climate has analyzed commit 9d33d7d and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

Base: 93.96% // Head: 92.00% // Decreases project coverage by -1.96% ⚠️

Coverage data is based on head (9d33d7d) compared to base (5fa47c8).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1865      +/-   ##
==========================================
- Coverage   93.96%   92.00%   -1.97%     
==========================================
  Files         361      355       -6     
  Lines       10472    10290     -182     
  Branches     1316     1293      -23     
==========================================
- Hits         9840     9467     -373     
- Misses        606      786     +180     
- Partials       26       37      +11     
Impacted Files Coverage Δ
...playground-api/src/controllers/WalletController.ts 26.19% <0.00%> (-73.81%) ⬇️
...es/ocean-api-client/src/errors/TimeoutException.ts 33.33% <0.00%> (-66.67%) ⬇️
packages/playground-api-client/src/apis/Wallet.ts 16.66% <0.00%> (-66.67%) ⬇️
packages/jellyfish-address/src/p2wsh.ts 48.27% <0.00%> (-51.73%) ⬇️
packages/whale-api-client/src/whale.rpc.client.ts 50.00% <0.00%> (-50.00%) ⬇️
packages/whale-api-client/src/api/poolpairs.ts 53.84% <0.00%> (-46.16%) ⬇️
packages/jellyfish-address/src/script/P2PKH.ts 54.16% <0.00%> (-45.84%) ⬇️
...nsaction-builder/src/txn/txn_builder_masternode.ts 80.00% <0.00%> (-20.00%) ⬇️
packages/jellyfish-api-jsonrpc/src/index.ts 81.39% <0.00%> (-18.61%) ⬇️
packages/jellyfish-api-core/src/category/net.ts 84.61% <0.00%> (-15.39%) ⬇️
... and 31 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

Docker build preview for jellyfish/apps is ready!

Built with commit c763ef0

  • ghcr.io/jellyfishsdk/legacy-api:pr-1865
  • ghcr.io/jellyfishsdk/ocean-api:pr-1865
  • ghcr.io/jellyfishsdk/playground-api:pr-1865
  • ghcr.io/jellyfishsdk/status-api:pr-1865
  • ghcr.io/jellyfishsdk/whale-api:pr-1865

You can also get an immutable image with the commit hash

  • ghcr.io/jellyfishsdk/legacy-api:c763ef034cfe9839da353bf8d7238d7fb8d57526
  • ghcr.io/jellyfishsdk/ocean-api:c763ef034cfe9839da353bf8d7238d7fb8d57526
  • ghcr.io/jellyfishsdk/playground-api:c763ef034cfe9839da353bf8d7238d7fb8d57526
  • ghcr.io/jellyfishsdk/status-api:c763ef034cfe9839da353bf8d7238d7fb8d57526
  • ghcr.io/jellyfishsdk/whale-api:c763ef034cfe9839da353bf8d7238d7fb8d57526

@fuxingloh fuxingloh merged commit a78d128 into main Nov 22, 2022
@fuxingloh fuxingloh deleted the shohamc1/change-assertion-order branch November 22, 2022 00:43
marktanrj pushed a commit that referenced this pull request Nov 22, 2022
….ts` to match other tests (#1865)

<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:
Uses to the assertion order used by all other tests. Uses a regex
pattern to match instead of `toContain`.

#### Additional comments?:

As requested in
#1841 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packages kind/chore Non feature change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants