Skip to content

sui_v1.34.0_1726136881_ci

@siomari siomari tagged this 12 Sep 08:00
## Description 

Put tests in sui-types/object.rs in their own module
The tests are just floating around in the main module, which presumably
means they are also compiled into our production builds? They should go
into their own module, guarded by a #[cfg(test] annotation.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
Assets 2
Loading