Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jan 22, 2025
1 parent 49b2a6a commit 721c762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/test/testmerginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2969,7 +2969,9 @@ void TestMerginApi::testUpdateProjectMetadataRole()
QCOMPARE( cachedRole, QString( "reader" ) );

// Role in server wasn't updated and stills "owner" => let's reload it from server and see if it updates in cached
QSignalSpy spy( mApi, &MerginApi::projectRoleUpdated );
mApi->reloadProjectRole( fullProjectName );
QVERIFY( spy.wait() );
cachedRole = mApi->getCachedProjectRole( fullProjectName );
QCOMPARE( cachedRole, QString( "owner" ) );

Expand Down

1 comment on commit 721c762

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.1.700111 just submitted!

Please sign in to comment.