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

Function test_unrecord_error_display

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

Source from the content-addressed store, hash-verified

331
332 #[test]
333 fn test_unrecord_error_display() {
334 let err = RepositoryError::Unrecord("has dependents".to_string());
335 assert!(err.to_string().contains("has dependents"));
336 }
337}

Callers

nothing calls this directly

Calls 1

UnrecordClass · 0.85

Tested by

no test coverage detected