test: remove redundant coverage and shorten timers

This commit is contained in:
edde746
2026-07-13 02:15:03 +02:00
parent c4e9fa1650
commit e6e7d8cdfd
63 changed files with 90 additions and 1760 deletions
-5
View File
@@ -77,10 +77,5 @@ void main() {
final b = MediaSort(key: 'k2', title: 'A');
expect(a, isNot(equals(b)));
});
test('identity short-circuit', () {
final a = MediaSort(key: 'k', title: 't');
expect(a == a, isTrue);
});
});
}