We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1bcd1 + 2db3fbb commit de72a97Copy full SHA for de72a97
target_chains/near/receiver/tests/workspaces.rs
@@ -300,7 +300,7 @@ async fn test_stale_threshold() {
300
.duration_since(std::time::UNIX_EPOCH)
301
.expect("Failed to get UNIX timestamp")
302
.as_secs()
303
- - DEFAULT_VALID_TIME_PERIOD;
+ - (DEFAULT_VALID_TIME_PERIOD + 1);
304
305
// Submit a Price Attestation to the contract.
306
let vaa = create_vaa_from_payload(
0 commit comments