mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Cleanup code
This commit is contained in:
@@ -70,7 +70,7 @@ namespace ModernKeePass.KeePassDatabaseTests
|
||||
var path = Path.Combine(Path.GetTempPath(), "NewDatabase.kdbx");
|
||||
var newFile = await _fileProxy.OpenBinaryFile(path);
|
||||
|
||||
await _database.Create(newFile, _credentials);
|
||||
await _database.Create(_credentials, "NewDatabase");
|
||||
var result = await _database.SaveDatabase();
|
||||
await _fileProxy.WriteBinaryContentsToFile(path, result);
|
||||
_database.CloseDatabase();
|
||||
|
Reference in New Issue
Block a user