feat(stations): add quality filters and list ordering
This commit is contained in:
@@ -44,6 +44,7 @@ void main() {
|
||||
expect(archivos.single.path, endsWith('.mp3'));
|
||||
expect(await File(archivos.single.path).readAsBytes(), [1, 2, 3, 4, 5]);
|
||||
expect(servicio.estado.tipo, EstadoGrabacionRadioTipo.inactiva);
|
||||
expect(servicio.ultimoArchivo?.path, archivos.single.path);
|
||||
|
||||
await servicio.dispose();
|
||||
},
|
||||
@@ -74,6 +75,7 @@ void main() {
|
||||
await servicio.detener();
|
||||
|
||||
expect(servicio.estado.tipo, EstadoGrabacionRadioTipo.inactiva);
|
||||
expect(servicio.ultimoArchivo, isNotNull);
|
||||
await controller.close();
|
||||
await servicio.dispose();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user