Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Dec 4, 2023
1 parent e7f16ed commit 0ceb9dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/test/testmerginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ void TestMerginApi::initTestCase()
{
TestUtils::authorizeUser( mApi, username, password );
TestUtils::selectFirstWorkspace( mApi, workspace );
} else {
}
else
{
workspace = mApi->userInfo()->activeWorkspaceName();
}

Expand Down

1 comment on commit 0ceb9dc

@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 23.12.492311 just submitted!

Please sign in to comment.