Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aa5895a authored by Donghong Weng's avatar Donghong Weng Committed by Automerger Merge Worker
Browse files

Merge "Explicit conversion" am: 160a22f4 am: 3c745ce8 am: 33e9c081

parents d6835f63 33e9c081
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -444,7 +444,7 @@ TEST_P(VibratorAidl, ComposeValidPrimitives) {

            effect.delayMs = std::rand() % (maxDelay + 1);
            effect.primitive = primitive;
            effect.scale = static_cast<float>(std::rand()) / RAND_MAX;
            effect.scale = static_cast<float>(std::rand()) / static_cast<float>(RAND_MAX);
            composite.emplace_back(effect);

            if (composite.size() == maxSize) {