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

Function test_unrecord_error_display

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

Source from the content-addressed store, hash-verified

338
339 #[test]
340 fn test_unrecord_error_display() {
341 let err = RepositoryError::Unrecord("has dependents".to_string());
342 assert!(err.to_string().contains("has dependents"));
343 }
344}

Callers

nothing calls this directly

Calls 1

UnrecordClass · 0.85

Tested by

no test coverage detected