Unverified Commit b3fd82f7 authored by Andronik Ordian's avatar Andronik Ordian Committed by GitHub
Browse files

fix failing test (#2844)

parent 03a98156
Pipeline #133186 failed with stages
in 24 minutes and 43 seconds
......@@ -876,7 +876,7 @@ mod tests {
Origin::signed(1),
1u32.into(),
vec![1; 3].into(),
WASM_MAGIC.to_vec().into(),
vec![1, 2, 3].into(),
));
// Owner can call swap
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment