Skip to content

Commit

Permalink
Address CR
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <miroslav.kovar@absa.africa>
  • Loading branch information
mirgee committed May 16, 2023
1 parent a8a137c commit 6f32cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aries_vcx/src/common/anoncreds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub mod integration_tests {
#[tokio::test]
#[ignore]
async fn test_pool_prover_get_credentials() {
SetupProfile::run_indy(|setup| async move {
SetupProfile::run(|setup| async move {
let proof_req = json!({
"nonce":"123432421212",
"name":"proof_req_1",
Expand Down
2 changes: 1 addition & 1 deletion aries_vcx/src/common/primitives/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub mod integration_tests {

#[tokio::test]
#[ignore]
async fn test_pool_from_pool_ledger_with_id() {
async fn test_pool_create_and_get_schema() {
SetupProfile::run(|setup| async move {
let (schema_id, _schema_json) =
create_and_write_test_schema(&setup.profile, &setup.institution_did, DEFAULT_SCHEMA_ATTRS).await;
Expand Down

0 comments on commit 6f32cf7

Please sign in to comment.