diff --git a/KeePassKit b/KeePassKit index 821a79aa..88e6f34a 160000 --- a/KeePassKit +++ b/KeePassKit @@ -1 +1 @@ -Subproject commit 821a79aa86a124d8870784816de4ae60e2c8fa3d +Subproject commit 88e6f34a06b10f79ca1e9b352da51cf02b750880 diff --git a/MacPassTests/KPKTestLegacyLoading.m b/MacPassTests/KPKTestLegacyLoading.m index ffdc9988..be547669 100644 --- a/MacPassTests/KPKTestLegacyLoading.m +++ b/MacPassTests/KPKTestLegacyLoading.m @@ -25,7 +25,7 @@ } - (void)testWrongPassword { - KPKPassword *password = [[KPKPassword alloc] initWithPassword:@"4321" key:nil]; + KPKPassword *password = [[KPKPassword alloc] initWithPassword:@"wrongPassword" key:nil]; NSData *data = [self _loadTestDataBase:@"KeePass1_native_test" extension:@"kdb"]; NSError *error; KPKTree *tree = [[KPKTree alloc] initWithData:data password:password error:&error];