Skip to content

Commit 1868de5

Browse files
committed
resolve comments
1 parent 20e0259 commit 1868de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/DynamoDbEncryption/src/SearchInfo.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module SearchableEncryptionInfo {
190190
return Success(Keys(theMap));
191191
} else {
192192
match keyId {
193-
case DontUseKeyId => return Failure(E("KeyID must be supplied with a MultiKeyStore"));
193+
case DontUseKeyId => return Failure(E("Fixed KeyID must not be supplied with a MultiKeyStore"));
194194
case ShouldHaveKeyId => return Success(ShouldHaveKeys);
195195
case KeyId(id) =>
196196
var now := Time.GetCurrent();

0 commit comments

Comments
 (0)