Skip to content

Commit

Permalink
IT: Add test_runtimes macro to liquidity_pools tests (#1845)
Browse files Browse the repository at this point in the history
* add test_runtimes macro to liquidity_pools tests

* deprecate old macro usage
  • Loading branch information
lemunozm authored May 27, 2024
1 parent c83591d commit a68b1d8
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 150 deletions.
2 changes: 1 addition & 1 deletion runtime/integration-tests/procedural/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub fn test_runtimes(args: TokenStream, input: TokenStream) -> TokenStream {
let func_name = &func.sig.ident;

quote! {
crate::test_for_runtimes!(#args, #func_name);
crate::__test_for_runtimes!(#args, #func_name);
#func
}
.into()
Expand Down
Loading

0 comments on commit a68b1d8

Please sign in to comment.