donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Update string diff test for None argument #218

Closed tayre closed 6 years ago

tayre commented 6 years ago

This test case was passing because too few positional arguments were being passed rather than None being passed as argument. I believe checking for None as arguments is the intent of the test.

donnemartin commented 6 years ago

@tayre thank you!