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 {
1717 import KeyVectors
1818 import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
1919
20-
21- const DEFAULT_KEYS : string := ".. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
20+ const {:extern "Utils . constants", "getDefaultKeys"} DEFAULT_KEYS : string
21+ // const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
2222
2323 method AddJson (prev : TestVectorConfig , file : string , keyVectors: KeyVectors .KeyVectorsClient)
2424 returns (output : Result< TestVectorConfig, string > )
You can’t perform that action at this time.
0 commit comments