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.
1 parent 96a76a2 commit da7d04cCopy full SHA for da7d04c
chain/tests/test_block_chain.rs
@@ -34,8 +34,8 @@ fn test_chain_filter_events() {
34
35
let event_type_tag = TypeTag::Struct(Box::new(StructTag {
36
address: genesis_address(),
37
- module: Identifier::from_str("Block").unwrap(),
38
- name: Identifier::from_str("NewBlockEventV2").unwrap(),
+ module: Identifier::from_str("stc_block").unwrap(),
+ name: Identifier::from_str("NewBlockEvent").unwrap(),
39
type_args: vec![],
40
}));
41
scripts/nextest.sh
@@ -29,6 +29,7 @@ cargo nextest run \
29
-p starcoin-node \
30
-p starcoin-config \
31
-p starcoin-txpool \
32
+-p starcoin-chain \
33
--retries 2 --build-jobs 8 --test-threads 12 --no-fail-fast --failure-output immediate-final
0 commit comments