Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_error_change_error_display
Function
test_error_change_error_display
atomic-core/src/change/store.rs:564–567 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
562
563
#[test]
564
fn test_error_change_error_display() {
565
let err = MemoryStoreError::ChangeError(
"test error"
.to_string());
566
assert!(err.to_string().contains(
"test error"
));
567
}
568
569
#[test]
570
fn test_error_from_change_error() {
Callers
nothing calls this directly
Calls
1
ChangeError
Enum · 0.85
Tested by
no test coverage detected