Skip to content

Commit

Permalink
Update test/testfolderstatusmodel.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Cambra <developer@claudiocambra.com>
Signed-off-by: Artiom Khachaturian <34909989+ArtiomKhachaturian@users.noreply.github.com>
  • Loading branch information
ArtiomKhachaturian and claucambra authored Feb 14, 2025
1 parent 1c65b5c commit 11d2b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testfolderstatusmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private Q_SLOTS:

void testModelConsistencyWithFakeFolder()
{
executeConsistencyModelTest([](const AccountState *accountState, FolderStatusModel& test) {
executeConsistencyModelTest([](const AccountState *accountState, FolderStatusModel &test) {
test.setAccountState(accountState);
QVERIFY2(!test.isDirty(), "model is dirty after set account state");
});
Expand Down

0 comments on commit 11d2b99

Please sign in to comment.