File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ module WrappedDDBEncryptionMain {
17
17
import KeyVectors
18
18
import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
19
19
20
-
21
- const DEFAULT_KEYS : string := ".. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
20
+ // TODO: Add extern for DEFAULT_KEYS
21
+ const DEFAULT_KEYS : string := ".. / .. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
22
22
23
23
method AddJson (prev : TestVectorConfig , file : string , keyVectors: KeyVectors .KeyVectorsClient)
24
24
returns (output : Result< TestVectorConfig, string > )
You can’t perform that action at this time.
0 commit comments