Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use assertIn instead of assertContainsSubsequence for substring checks.
A contained subsequence must not necessarily be continuous, so the check only checked if the individual letters were appearing in order within the message, possibly interspersed with other characters. PiperOrigin-RevId: 690890495
- Loading branch information