Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Commit d05ce40

Browse files
committed
Add #[serial] to invalid_transaction too
1 parent 8c46d25 commit d05ce40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/tests/end_to_end.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ async fn register_project() {
6767
}
6868

6969
#[async_std::test]
70+
#[serial]
7071
/// Submit a transaction with an invalid genesis hash and expect an error.
7172
async fn invalid_transaction() {
7273
let _ = env_logger::try_init();

0 commit comments

Comments
 (0)