You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used split_once to split string by comma into two parts. I didn't check the situation where N ≥ 3. The tests were surprisingly passed!
I think the tests aren't good enough and not thorough to test the condition that N ≥ 3. But the following test is well-done as it ensures the error type correct.
The text was updated successfully, but these errors were encountered:
I used
split_once
to split string by comma into two parts. I didn't check the situation where N ≥ 3. The tests were surprisingly passed!I think the tests aren't good enough and not thorough to test the condition that N ≥ 3. But the following test is well-done as it ensures the error type correct.
The text was updated successfully, but these errors were encountered: