Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft: issue 922 Prover revocation states fix up #923

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into gm/pdi-922-prover-rev-fix
Signed-off-by: gmulhearn <gmulhearn@proton.me>
gmulhearn committed Aug 17, 2023
commit c9c2e615fd38f8deb9c7d65216248a5419a1c8f9
3 changes: 2 additions & 1 deletion aries_vcx/src/common/proofs/prover/prover_internal.rs
Original file line number Diff line number Diff line change
@@ -312,14 +312,15 @@ pub mod pool_tests {
#[cfg(test)]
#[allow(clippy::unwrap_used)]
pub mod unit_tests {
use aries_vcx_core::ledger::indy::pool::test_utils::get_temp_dir_path;

use crate::utils::constants::{
ADDRESS_CRED_DEF_ID, ADDRESS_CRED_ID, ADDRESS_CRED_REV_ID, ADDRESS_REV_REG_ID, ADDRESS_SCHEMA_ID, CRED_DEF_ID,
CRED_REV_ID, LICENCE_CRED_ID, REV_REG_ID, REV_STATE_JSON, SCHEMA_ID,
};
use crate::utils::devsetup::*;
use crate::utils::mockdata::profile::mock_anoncreds::MockAnoncreds;
use crate::utils::mockdata::profile::mock_ledger::MockLedger;
use aries_vcx_core::ledger::indy::pool::test_utils::get_temp_dir_path;

use super::*;

You are viewing a condensed version of this merge commit. You can view the full changes here.