Skip to content

Commit

Permalink
Fix outdated UT
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-François <[email protected]>
  • Loading branch information
bilboquet authored and Leo-Besancon committed Nov 21, 2024
1 parent 38b63c3 commit 69a8f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions massa-grpc/src/tests/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ async fn send_operations_low_fee() {
let keypair = KeyPair::generate(0).unwrap();
// Note: expire_period is set to be higher than current slot (which is computed from config genesis timestamp)
// CHeck send_operation.rs where last_slot value is computed
let op2 = create_operation_with_expire_period(&keypair, 1950000);
let op2 = create_operation_with_expire_period(&keypair, 11950000);
let mut buffer: Vec<u8> = Vec::new();
SecureShareSerializer::new()
.serialize(&op2, &mut buffer)
Expand Down Expand Up @@ -1412,7 +1412,7 @@ async fn send_operations() {

// Note: expire_period is set to be higher than current slot (which is computed from config genesis timestamp)
// CHeck send_operation.rs where last_slot value is computed
let op2 = create_operation_with_expire_period(&keypair, 1950000);
let op2 = create_operation_with_expire_period(&keypair, 11950000);
let mut buffer: Vec<u8> = Vec::new();
SecureShareSerializer::new()
.serialize(&op2, &mut buffer)
Expand Down

0 comments on commit 69a8f67

Please sign in to comment.