fix(metadata): avoid duplicate explicit indicator

This commit is contained in:
zarzet
2026-08-22 23:28:15 +07:00
parent 7557ffbf85
commit bc58a28455
2 changed files with 1 additions and 5 deletions
@@ -44,6 +44,7 @@ void main() {
final headerMeta = find.byType(HeaderMetaRow);
expect(headerMeta, findsOneWidget);
expect(find.byType(ExplicitBadge), findsNWidgets(2));
expect(find.text('Explicit'), findsNothing);
for (final label in const ['16-bit/44.1kHz', '4:10', 'Tidal-web']) {
final text = tester.widget<Text>(
find.descendant(of: headerMeta, matching: find.text(label)),