Skip to content

Commit

Permalink
Update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Jul 28, 2023
1 parent cba2abd commit ce67646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/thea-message-handler/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fn test_incoming_message_full() {
&vs.clone(),
&vec![(0, signature.clone().into())]
),
InvalidTransaction::Custom(2)
InvalidTransaction::Custom(3)
);
})
}
Expand Down

0 comments on commit ce67646

Please sign in to comment.