Skip to content

Commit c7e5630

Browse files
path
1 parent 92e3fa3 commit c7e5630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestVectors/dafny/DDBEncryption/src/Index.dfy

+2-2
Original file line numberDiff line numberDiff 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+
// TODO: Add extern for DEFAULT_KEYS
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>)

0 commit comments

Comments
 (0)