MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_builder_from_lenient

Function test_builder_from_lenient

atomic-core/src/crdt/apply/options.rs:622–625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620
621 #[test]
622 fn test_builder_from_lenient() {
623 let options = ApplyOptionsBuilder::from_lenient().build();
624 assert_eq!(options, ApplyOptions::lenient());
625 }
626
627 #[test]
628 fn test_builder_validate_ordering() {

Callers

nothing calls this directly

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected