This commit is contained in:
@ -512,6 +512,7 @@ void main() {
|
||||
expect(first.revision, 1);
|
||||
expect(second.revision, 1);
|
||||
expect(second.projectedAtEpochMs, greaterThan(first.projectedAtEpochMs));
|
||||
expect(second.expiresAtEpochMs, greaterThan(first.expiresAtEpochMs));
|
||||
expect(
|
||||
second.dominantTimer?.accumulatedMs,
|
||||
greaterThan(first.dominantTimer?.accumulatedMs ?? 0),
|
||||
|
||||
Reference in New Issue
Block a user