Skip to content

Commit 79aaccb

Browse files
committed
[e2e-testsuite] fixed PR comment
1 parent dbfbd35 commit 79aaccb

File tree

3 files changed

+2
-2558
lines changed

3 files changed

+2
-2558
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
pull_request:
55
branches:
6-
- block_executor_optimize_tps_validate
6+
- master
77

88
jobs:
99
build-and-test:

commons/forkable-jellyfish-merkle/src/iterator/iterator_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// JellyfishMerkleTree,
1010
// };
1111
// use anyhow::Result;
12-
// use starcoin_crypto::HashValue;
12+
// use diem_crypto::HashValue;
1313
// use diem_types::{account_state_blob::AccountStateBlob, transaction::Version};
1414
// use rand::{rngs::StdRng, SeedableRng};
1515
// use std::{collections::BTreeMap, sync::Arc};

0 commit comments

Comments
 (0)