Skip to content

Commit

Permalink
feat: add aptos multisig verify
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekirby1111 committed Feb 22, 2023
1 parent 8465776 commit 4cac97c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/verify/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ mod tests {
.await
.is_ok()
);
assert!(
verify_file_bundle("./res/test_bundles/aptos_multisig".to_string())
.await
.is_ok()
);
}

#[tokio::test]
Expand Down

0 comments on commit 4cac97c

Please sign in to comment.