fix: use stable cursors for platform pagination
This commit is contained in:
@@ -28,6 +28,17 @@ public sealed class ServiceBoundaryTests
|
||||
public Task<IReadOnlyList<AccountInfo>> AccountsAsync(CancellationToken ct) => Task.FromResult<IReadOnlyList<AccountInfo>>([new("account-1", null, null, null, "fingerprint", false)]);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void DatabaseSyncIsExplicitOptInByDefault()
|
||||
{
|
||||
var options = new ServiceOptions
|
||||
{
|
||||
CredentialFile = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("N")),
|
||||
DataDirectory = Path.GetTempPath()
|
||||
};
|
||||
Assert.False(options.EnableDataSync);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task StaticUiAndBoundedReadOnlyPagesAreRealProductionRoutes()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user