Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update client/executor/src/integration_tests/mod.rs
Co-Authored-By: Kian Paimani <[email protected]>
  • Loading branch information
drahnr and kianenigma authored Apr 22, 2020
commit 43fefee3d9a00741745b5ae94f03f3973014cc85
10 changes: 5 additions & 5 deletions client/executor/src/integration_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,11 +457,11 @@ fn offchain_index(wasm_method: WasmExecutionMethod) {
let (offchain, _state) = testing::TestOffchainExt::new();
ext.register_extension(OffchainExt::new(offchain));
call_in_wasm(
"test_offchain_index_set",
&[0],
wasm_method,
&mut ext.ext(),
).unwrap();
"test_offchain_index_set",
&[0],
wasm_method,
&mut ext.ext(),
).unwrap();

use sp_core::offchain::storage::OffchainOverlayedChange;
assert_eq!(
Expand Down