2 Commits 3fec58e8a8 ... ecb1070e1c

Autor SHA1 Mensaje Fecha
  Fela Maslen ecb1070e1c chore: updated mobile spec to include new state props hace 5 años
  Fela Maslen 3fec58e8a8 chore: updated mobile tests hace 5 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gmus-mobile/test/controller_test.dart

+ 1 - 1
gmus-mobile/test/controller_test.dart

@@ -55,7 +55,7 @@ void main() {
           onRemoteMessage(controller, message);
 
           expect(controller.player.value.activeClients.length, 1);
-          expect(controller.player.value.activeClients[0], 9750);
+          expect(controller.player.value.activeClients[0], 'some-client');
         });
       });
     });