()
| 1123 | |
| 1124 | #[test] |
| 1125 | fn test_is_chained_true() { |
| 1126 | let a = Attestation::builder("s", make_agent()) |
| 1127 | .previous_attestation(Hash::of(b"prev")) |
| 1128 | .build(); |
| 1129 | assert!(a.is_chained()); |
| 1130 | } |
| 1131 | |
| 1132 | // ------------------------------------------------------------------------- |
| 1133 | // Display |
nothing calls this directly
no test coverage detected