Merge branch 'nextgen' into nextgen_queue_remove

This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-04 09:46:15 +02:00
commit b283ebcdfc
1 changed files with 3 additions and 1 deletions

View File

@ -544,4 +544,6 @@ unittest
assert(queue1.getID() == 0);
assert(queue2.getID() == 1);
assert(queue3.getID() == 2);
}
}
// TODO: Add testing for queue existence (internal method)