mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
Adds support for tuples in runtime-interface (#7672)
This commit is contained in:
@@ -208,4 +208,9 @@ fn test_tracing() {
|
||||
|
||||
let inner = subscriber.0.lock().unwrap();
|
||||
assert!(inner.spans.contains("return_input_version_1"));
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_return_input_as_tuple() {
|
||||
call_wasm_method::<HostFunctions>(&wasm_binary_unwrap()[..], "test_return_input_as_tuple");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user