Skip to content

Commit

Permalink
add back e2e test, enumerate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Nov 28, 2024
1 parent eb998bd commit d7eb7b0
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 532 deletions.
2 changes: 1 addition & 1 deletion crates/sui-e2e-tests/tests/passkey_e2e_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct PasskeyResponse<T> {
}

/// Submits a transaction to the test cluster and returns the result.
async fn execute_tx(tx: Transaction, test_cluster: &TestCluster) -> SuiResult {
async pub fn execute_tx(tx: Transaction, test_cluster: &TestCluster) -> SuiResult {
test_cluster
.authority_aggregator()
.authority_clients
Expand Down
Loading

0 comments on commit d7eb7b0

Please sign in to comment.