Skip to content

Commit 0c91233

Browse files
committed
test: revocation-policy
1 parent 87322c7 commit 0c91233

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package id.walt.policies.policies
2+
3+
import org.junit.jupiter.api.Test
4+
5+
import org.junit.jupiter.api.Assertions.*
6+
class RevocationPolicyTest {
7+
8+
@Test
9+
fun verify() {}
10+
}

0 commit comments

Comments
 (0)