Skip to content

Commit ca00b06

Browse files
authored
Update asset-registry/src/mock/para.rs
1 parent 8857d53 commit ca00b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset-registry/src/mock/para.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl EnsureOriginWithArg<Origin, Option<u32>> for AssetAuthority {
127127
}
128128

129129
#[cfg(feature = "runtime-benchmarks")]
130-
fn successful_origin(a: &u32) -> OO {
130+
fn successful_origin(a: &u32) -> Origin {
131131
unimplemented!()
132132
}
133133
}

0 commit comments

Comments
 (0)