fix: rename test module to tests
This commit is contained in:
8
examples/acceptance_tests/021/lib/tests.ak
Normal file
8
examples/acceptance_tests/021/lib/tests.ak
Normal file
@@ -0,0 +1,8 @@
|
||||
pub type Hash<a> =
|
||||
ByteArray
|
||||
|
||||
pub type PoolId =
|
||||
Hash<VerificationKey>
|
||||
|
||||
pub type VerificationKey =
|
||||
ByteArray
|
||||
Reference in New Issue
Block a user