onflow / flow-jvm-sdk

Flow JVM SDK
Apache License 2.0
16 stars 16 forks source link

01/23/24 - Fixing build issues and debugging unit tests #4

Closed lealobanov closed 9 months ago

lealobanov commented 10 months ago

Closes: #???

Description


For contributor use:

github-actions[bot] commented 10 months ago

Unit Test Results

0 files   -   9  0 suites   - 9   0s :stopwatch: -19s 0 tests  - 34  0 :heavy_check_mark:  - 23  0 :zzz: ±0  0 :x:  - 11 

Results for commit 4a0ee4ee. ± Comparison against base commit 0b96a4a9.

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() … ```

:recycle: This comment has been updated with latest results.