From 5d9295d319f44e65dfad71ce8e9d5d7657011035 Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Wed, 21 Aug 2024 16:41:07 +0300 Subject: [PATCH] feat(#404): add one more test --- src/test/java/it/AgentsIT.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/test/java/it/AgentsIT.java b/src/test/java/it/AgentsIT.java index 50cceab7..e29b6dd8 100644 --- a/src/test/java/it/AgentsIT.java +++ b/src/test/java/it/AgentsIT.java @@ -60,10 +60,9 @@ * When the related issue is fixed, remove these elements. * You can follow the progress of the issue * here. - * @todo #381:90min Add More Tests With Instructions That Have Params. - * Currently, we only have tests with instructions that do not have parameters. - * This is an extremely limited number of instructions. - * We need to add more tests with instructions that have parameters. + * @todo #404:90min Add More Tests. + * Currently, we have only the small number of test packs that checks instructions decompilation. + * We need to add more complicated tests that involve more agents. */ @SuppressWarnings("JTCOP.RuleCorrectTestName") final class AgentsIT {