2 Commitit 3fec58e8a8 ... ecb1070e1c

Tekijä SHA1 Viesti Päivämäärä
  Fela Maslen ecb1070e1c chore: updated mobile spec to include new state props 4 vuotta sitten
  Fela Maslen 3fec58e8a8 chore: updated mobile tests 4 vuotta sitten
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');
         });
       });
     });