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

Function test_unrecord_error_display

atomic-repository/src/error.rs:384–387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382
383 #[test]
384 fn test_unrecord_error_display() {
385 let err = RepositoryError::Unrecord("has dependents".to_string());
386 assert!(err.to_string().contains("has dependents"));
387 }
388}

Callers

nothing calls this directly

Calls 1

UnrecordClass · 0.85

Tested by

no test coverage detected