Skip to content

Commit 16e8603

Browse files
committed
fix(test): keep RA mutation corpus on V0 wire format
1 parent b0dfbde commit 16e8603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dstack/ra-tls/src/attestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ mod tests {
211211
RuntimeEvent::new(
212212
"key-provider".into(),
213213
b"fixture-provider".to_vec(),
214-
EventLogVersion::V2,
214+
EventLogVersion::V1,
215215
),
216216
];
217217
let replayed = cc_eventlog::replay_events::<ez_hash::Sha384>(&events, None);

0 commit comments

Comments
 (0)