![]() Turns out the snapshot test would randomly fail because the expected tokens are a HashSet, which is unordered by construction. So, using the auto-derived `Debug` instance to compare it with snapshot would only succeed if the tokens happened to be in the same order in the HashSet, which only happens by accident. Signed-off-by: KtorZ <matthias.benkort@gmail.com> |
||
---|---|---|
.. | ||
aiken | ||
aiken-lang | ||
aiken-lsp | ||
aiken-project | ||
uplc |