Skip to content

Commit a8df133

Browse files
author
Michael Wilkerson-Barker
authored
Merge pull request #7645 from realm/mwb/fix-warning
Fix warning introduced by PR #7632
2 parents 129a7d6 + 82d9208 commit a8df133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/realm/object-store/sync/app.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class App : public std::enable_shared_from_this<App>,
190190
/// @param access_token The access token of the user
191191
/// @param refresh_token The refresh token of the user
192192
std::shared_ptr<User> create_fake_user_for_testing(const std::string& user_id, const std::string& access_token,
193-
const std::string& refresh_token);
193+
const std::string& refresh_token) REQUIRES(!m_user_mutex);
194194

195195
// MARK: - Provider Clients
196196

0 commit comments

Comments
 (0)