Mentions légales du service

Skip to content

Fix testGetMultiResults when there is only unknown K-mer

Cyprien Borée requested to merge feature-a/3303-correct-testgetmultiresults into dev

The previous test was only looking for a single unknown K-mer in the map even though the map shouldn't contain anything else from unknown K-mers. Indeed when there is no K-mers in the automaton that match the input sequence, then the map contains only unknown K-mers. For more informations, see #3303 (closed).

Merge request reports