Skip to content

Commit

Permalink
chore: cleanup files #2
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk committed Jun 14, 2023
1 parent b7e4b72 commit 6fcab20
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/e2e-tests/src/test/kotlin/common/VerificationPolicies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ object VerificationPolicies {
val trustedIssuer1 = "did:example:123456789abcdefghi"
val trustedIssuer2 = "did:example:123456789abcdefghj"

val JSON_VERIFICATION_POLICY = """
{
"name": "Trusted Issuer and SchemaID",
"description": "Verification Policy with trusted issuer and schemaId",
"constraints": [
{
"schemaId": "$schemaId"
"trustedIssuers": [
"$trustedIssuer1",
"$trustedIssuer2
],
}
]
}
""".trimIndent()

val VERIFICATION_POLICY = VerificationPolicy(
name = "Trusted Issuer and SchemaID",
description = "Verification Policy with trusted issuer and schemaId",
Expand Down

0 comments on commit 6fcab20

Please sign in to comment.