Skip to content

Commit

Permalink
Corrected methods
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Feb 28, 2024
1 parent ef0075e commit 26bfc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Realm.Tests/Sync/SyncTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ protected PartitionSyncConfiguration GetFakeConfig(App? app = null, string? user

if (setFakeSyncRoute)
{
SetFakeSyncRoute(app);
SetFakeSyncRoute(user.App);
}

return UpdateConfig(new PartitionSyncConfiguration(Guid.NewGuid().ToString(), user, optionalPath));
Expand All @@ -288,7 +288,7 @@ protected FlexibleSyncConfiguration GetFakeFLXConfig(App? app = null, string? us

if (setFakeSyncRoute)
{
SetFakeSyncRoute(app);
SetFakeSyncRoute(user.App);
}

return UpdateConfig(new FlexibleSyncConfiguration(user, optionalPath));
Expand Down

0 comments on commit 26bfc48

Please sign in to comment.