Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Oct 20, 2021
1 parent 0f4ccc6 commit f1da2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn currency_id_try_into_evm_address_works() {

#[test]
fn generate_function_selector_works() {
#[primitives_proc_macro::generate_function_selector]
#[module_evm_utiltity_macro::generate_function_selector]
#[derive(RuntimeDebug, Eq, PartialEq)]
#[repr(u32)]
pub enum Action {
Expand Down

0 comments on commit f1da2fa

Please sign in to comment.