Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-brandenburg committed Oct 13, 2023
1 parent cdeee3e commit 191f4af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/object-store/sync/flx_migration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,7 @@ TEST_CASE("New table is synced after migration", "[sync][flx][flx migration][baa
// Create a subscription for the new table.
auto table = flx_realm->read_group().get_table("class_Object2");
auto mut_subs = flx_realm->get_latest_subscription_set().make_mutable_copy();
mut_subs.insert_or_assign(
Query(table).equal(table->get_column_key("realm_id"), StringData{partition}));
mut_subs.insert_or_assign(Query(table).equal(table->get_column_key("realm_id"), StringData{partition}));

auto subs = std::move(mut_subs).commit();
subs.get_state_change_notification(sync::SubscriptionSet::State::Complete).get();
Expand Down

0 comments on commit 191f4af

Please sign in to comment.