mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
sync the rest of the source models
refactor music download/storage to avoid re-download during reset add palylist to test server setup
This commit is contained in:
@@ -64,13 +64,13 @@ void main() {
|
||||
test('allPlaylists', () async {
|
||||
final items = await source.allPlaylists().toList();
|
||||
|
||||
expect(items.length, equals(0));
|
||||
expect(items.length, equals(1));
|
||||
});
|
||||
|
||||
test('allPlaylistSongs', () async {
|
||||
final items = await source.allPlaylistSongs().toList();
|
||||
|
||||
expect(items.length, equals(0));
|
||||
expect(items.length, equals(7));
|
||||
});
|
||||
|
||||
test('album-artist relation', () async {
|
||||
|
||||
Reference in New Issue
Block a user