mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
fix: formatting
This commit is contained in:
parent
be94f97e05
commit
bcb547a072
1 changed files with 1 additions and 2 deletions
|
@ -1470,8 +1470,7 @@ void TestMerge::testResolveGroupConflictOlder()
|
|||
merger.merge();
|
||||
|
||||
// sanity check
|
||||
auto groupDestinationMerged =
|
||||
dbDestination->rootGroup()->findChildByName("group1 updated in destination");
|
||||
auto groupDestinationMerged = dbDestination->rootGroup()->findChildByName("group1 updated in destination");
|
||||
QVERIFY(groupDestinationMerged != nullptr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue