Skip to content

Commit

Permalink
Remove unused extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Oct 19, 2024
1 parent 3286984 commit 2e33f71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/logic/models/content_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ extension TestListMap on List<Map<String, dynamic>> {
}
}

extension StringIterable on Iterable<String> {
bool containsAll(List<String> elements) => elements.every(this.contains);
}

void main() {
group('Handles invalid or incomplete values from the media store', () {
test('Handles invalid or incomplete albums', () async {
Expand Down

0 comments on commit 2e33f71

Please sign in to comment.