Skip to content

Commit

Permalink
RCPP-62 Prepare v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Mar 25, 2024
1 parent e513683 commit 3306bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sync/app_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ TEST_CASE("app", "[app]") {

SECTION("function_and_custom_user_data") {
app.register_user("[email protected]", "foobar").get();

auto user = app.login(
realm::App::credentials::username_password("[email protected]", "foobar"))
.get();
Expand Down

0 comments on commit 3306bc9

Please sign in to comment.