mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Update DbSyncTests.cs (#1786)
This commit is contained in:
committed by
Leendert de Borst
parent
3b3c63a066
commit
b405f2c281
@@ -219,8 +219,7 @@ public class DbSyncTests : ClientPlaywrightTest
|
||||
{
|
||||
ApiTimeProvider.AdvanceBy(TimeSpan.FromSeconds(1));
|
||||
await clientActions();
|
||||
|
||||
return await ApiDbContext.Vaults.OrderByDescending(x => x.UpdatedAt).FirstAsync();
|
||||
return await ApiDbContext.Vaults.OrderByDescending(x => x.RevisionNumber).FirstAsync();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user