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

Function test_change_count

atomic-core/src/change/attestation.rs:1103–1106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1101
1102 #[test]
1103 fn test_change_count() {
1104 let a = make_attestation();
1105 assert_eq!(a.change_count(), 3);
1106 }
1107
1108 #[test]
1109 fn test_covers_change() {

Callers

nothing calls this directly

Calls 1

make_attestationFunction · 0.85

Tested by

no test coverage detected