Skip to content

Commit

Permalink
Update baas commit for evergreen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltabacaru committed Jan 15, 2024
1 parent d234748 commit 44cbd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/object-store/sync/flx_schema_migration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void create_schema(const AppSession& app_session, std::shared_ptr<SyncUser> user
timed_sleeping_wait_for(
[&] {
bson::BsonDocument filter_doc{{"app_id", ObjectId(app_session.server_app_id)},
{"versionMajor", target_schema_version}};
{"version_major", target_schema_version}};
bool found = false;
settings.find_one(filter_doc,
[&](util::Optional<bson::BsonDocument> document, util::Optional<app::AppError> error) {
Expand Down

0 comments on commit 44cbd35

Please sign in to comment.