Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dkwcs committed Nov 4, 2024
1 parent 5f8a9bc commit 2109849
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/iota-e2e-tests/tests/shared_objects_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ use rand::distributions::Distribution;
use test_cluster::TestClusterBuilder;
use tokio::time::sleep;

// Permitted timestamp tolerance for calculating potential time delay
const TIMESTAMP_TOLERANCE_MS: u64 = 500;

/// Send a simple shared object transaction to Iota and ensures the client gets
/// back a response.
#[sim_test]
Expand Down Expand Up @@ -473,6 +470,8 @@ async fn call_shared_object_contract() {

#[sim_test]
async fn access_clock_object_test() {
// Permitted timestamp tolerance for calculating potential time delay
const TIMESTAMP_TOLERANCE_MS: u64 = 500;
let test_cluster = TestClusterBuilder::new().build().await;
let package_id = publish_basics_package(&test_cluster.wallet).await.0;

Expand Down

0 comments on commit 2109849

Please sign in to comment.