Skip to content

Commit

Permalink
Try fixing derive_rpc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Aug 11, 2023
1 parent 83c9fab commit 78cfeeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module-system/sov-modules-macros/tests/derive_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ impl TestStructRpcImpl<ZkDefaultContext> for RpcStorage<ZkDefaultContext> {
}
}

#[test]
fn main() {
let storage = ZkStorage::new([1u8; 32]);
let r: RpcStorage<ZkDefaultContext> = RpcStorage { storage };
Expand Down

0 comments on commit 78cfeeb

Please sign in to comment.