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

Function test_unrecord_error_display

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

Source from the content-addressed store, hash-verified

400
401 #[test]
402 fn test_unrecord_error_display() {
403 let err = RepositoryError::Unrecord("has dependents".to_string());
404 assert!(err.to_string().contains("has dependents"));
405 }
406}

Callers

nothing calls this directly

Calls 1

UnrecordClass · 0.85

Tested by

no test coverage detected