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

Function test_dependency_missing_error

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

Source from the content-addressed store, hash-verified

384
385 #[test]
386 fn test_dependency_missing_error() {
387 let hash = test_hash();
388 let err = LocalApplyError::DependencyMissing { hash };
389
390 assert!(err.is_dependency_error());
391 assert!(!err.is_already_applied());
392 assert!(err.is_recoverable());
393 }
394
395 #[test]
396 fn test_change_already_applied_error() {

Callers

nothing calls this directly

Calls 1

test_hashFunction · 0.70

Tested by

no test coverage detected