fix: ci test 1

This commit is contained in:
Pravdyvy 2025-11-19 17:05:20 +02:00
parent e44c0a8250
commit 899b1b79a5

View File

@ -1189,11 +1189,6 @@ pub fn prepare_function_map() -> HashMap<String, TestFunction> {
.await
.unwrap();
let new_commitment1 = wallet_storage
.get_private_account_commitment(&from)
.unwrap();
assert_eq!(tx.message.new_commitments[0], new_commitment1);
assert_eq!(tx.message.new_commitments.len(), 2);
for commitment in tx.message.new_commitments.into_iter() {
assert!(verify_commitment_is_in_state(commitment, &seq_client).await);