mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Bump rust compiler version to nightly 2023-09-01
This commit is contained in:
@@ -380,7 +380,7 @@ fn test_bad_signed_pre_key_signature() -> TestResult {
|
||||
|
||||
let bad_bundle = good_bundle
|
||||
.clone()
|
||||
.modify(|mut content| content.ec_pre_key_signature = Some(bad_signature))
|
||||
.modify(|content| content.ec_pre_key_signature = Some(bad_signature))
|
||||
.expect("can recreate the bundle");
|
||||
|
||||
assert!(process_prekey_bundle(
|
||||
|
||||
Reference in New Issue
Block a user