Skip to content

Commit 393c25e

Browse files
cleanup
1 parent b538d13 commit 393c25e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

TestVectors/dafny/DDBEncryption/src/EncryptManifest.dfy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ module {:options "-functionSyntax:4"} EncryptManifest {
2323
import ENC = AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes
2424
import KeyVectors
2525

26-
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
27-
2826
function Manifest() : (string, JSON)
2927
{
3028
var result : seq<(string, JSON)> :=

TestVectors/dafny/DDBEncryption/src/Index.dfy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ module WrappedDDBEncryptionMain {
1717
import KeyVectors
1818
import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
1919

20+
21+
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
22+
2023
method AddJson(prev : TestVectorConfig, file : string, keyVectors: KeyVectors.KeyVectorsClient)
2124
returns (output : Result<TestVectorConfig, string>)
2225
requires keyVectors.ValidState()

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
4343
import ParseJsonManifests
4444

4545

46-
const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
47-
4846
datatype TestVectorConfig = TestVectorConfig (
4947
schemaOnEncrypt : DDB.CreateTableInput,
5048
globalRecords : seq<Record>,

0 commit comments

Comments
 (0)