One weird trick to decrease unit test failures If you have a lot of unit tests failing, you might want to see if you even need the code that the unit tests test. If you don't need it, delete both the test and the code. :party: tags: testing, click-bait, one-weird-trick