Skip to content

Commit 82d9208

Browse files
author
Michael Wilkerson-Barker
committed
Fix warning
1 parent 8e4887f commit 82d9208

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)