refactor: refresh aw plugin

This commit is contained in:
2024-04-16 18:33:19 +03:00
parent 54acc5f780
commit 397b523180
41 changed files with 251 additions and 305 deletions

View File

@ -73,7 +73,7 @@ void TestAWJsonFormatter::generate()
auto listCount = AWTestLibrary::randomInt(5) + 1;
auto validCount = AWTestLibrary::randomInt(listCount);
QVariantList second;
for (auto i = 0; i < listCount; i++) {
for (auto i = 0; i < listCount; ++i) {
if (i == validCount) {
second.append(first);
} else {