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

Function test_change_to_apply_debug

atomic-core/src/apply/change.rs:338–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336
337 #[test]
338 fn test_change_to_apply_debug() {
339 let cta = ChangeToApply::new(NodeId::new(1), test_hash());
340 let debug = format!("{:?}", cta);
341
342 assert!(debug.contains("ChangeToApply"));
343 }
344
345 // ApplyResult Tests
346

Callers

nothing calls this directly

Calls 1

test_hashFunction · 0.70

Tested by

no test coverage detected