You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(qmdb): add unit tests for StoreBatches type (#62)
* test(qmdb): add unit tests for StoreBatches type
Add comprehensive tests for the StoreBatches struct:
- new() and default() create empty batches
- is_empty() checks all batch types
- len() counts total operations across batches
- Deletion operations (None values)
- Debug implementation
* style: fix formatting in batch.rs tests
0 commit comments