So in the poker exercise, there is a test case that uses a straight flush (hand where the value of each card is of sequential rank). The test case uses the values (2, 4, 5, 6, 7), but shouldn’t this be (2, 3, 4, 5, 6)? Let me know if I’m not understanding the poker hand correctly.
