fixed test

This commit is contained in:
luca.frosini 2023-09-27 15:11:41 +02:00
parent 290cb44221
commit 5741f52072
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ public class ContextManagementTest extends ContextTest {
} }
} }
Assert.assertTrue(all.size()>=uuids.size()); Assert.assertTrue(all.size()==uuids.size());
for(Context context : all) { for(Context context : all) {
UUID uuid = context.getID(); UUID uuid = context.getID();