Unit tests

- Added a TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-04 09:45:26 +02:00
parent 1437895669
commit 89fce3bae9
1 changed files with 3 additions and 1 deletions

View File

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