I'm seeing an issue where if I run a single test, ...
# kotest
b
I'm seeing an issue where if I run a single test, it passes, but when I run all the tests, a test fails. I do modify the values of some global variables in the tests (unavoidable, unfortunately), but I run them single threaded and in order. A test set a var at the top of a
should
block, and then resets it at the end, so I thought I'd be covered?
👍 1
Oy...nevermind, I found it. One test set the value and didn't reset it. rubber duck strikes again.
🦆 1
l
You're welcome
😂
b
😄