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

(WIP) Unit tests: JsonCadenceBuilder #7

Closed
wants to merge 1 commit into from

Conversation

lealobanov
Copy link
Collaborator

Closes: #???

Description


For contributor use:

  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

Copy link

Unit Test Results

0 files   -   9  0 suites   - 9   0s ⏱️ -19s
0 tests  - 34  0 ✔️  - 23  0 💤 ±0  0 ❌  - 11 

Results for commit e8c9223. ± Comparison against base commit 0b96a4a.

This pull request removes 34 tests.
com.nftco.flow.sdk.AddressRegistryTest ‑ Can deregister an address for a specific chain()
com.nftco.flow.sdk.AddressRegistryTest ‑ Can deregister an address()
com.nftco.flow.sdk.AddressRegistryTest ‑ Can process a script()
com.nftco.flow.sdk.AddressRegistryTest ‑ Can register an address()
com.nftco.flow.sdk.FlowAddressTest ‑ Can create FlowAddress from a byte array()
com.nftco.flow.sdk.FlowAddressTest ‑ Can create FlowAddress from a hex string()
com.nftco.flow.sdk.FlowAddressTest ‑ Throws error creating FlowAddress from invalid input()
com.nftco.flow.sdk.FlowIdTest ‑ Can create FlowId from a byte array()
com.nftco.flow.sdk.FlowIdTest ‑ Can create FlowId from a hex string()
com.nftco.flow.sdk.FlowIdTest ‑ Throws error creating FlowId from invalid input()
…

@lealobanov lealobanov closed this Jan 25, 2024
@lealobanov lealobanov deleted the json-serialization-test branch January 25, 2024 14:35
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