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

Function test_parse_algorithm_invalid

atomic-cli/src/commands/record/tests.rs:228–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226
227 #[test]
228 fn test_parse_algorithm_invalid() {
229 let record = Record::new().with_algorithm("invalid");
230 let result = record.parse_algorithm();
231 assert!(result.is_err());
232 }
233
234 // Author Parsing Tests
235

Callers

nothing calls this directly

Calls 2

with_algorithmMethod · 0.45
parse_algorithmMethod · 0.45

Tested by

no test coverage detected