moxy-community / Moxy

Moxy is MVP library for Android with incremental annotation processor and ktx features
MIT License
324 stars 33 forks source link

Fix typos in variable names: "excepted" => "expected" #110

Closed Svechnikov closed 4 years ago

Svechnikov commented 4 years ago

Following the discussion in https://github.com/moxy-community/Moxy/pull/108 I replaced all occurrences of "excepted" with "expected", the tests run fine. I manually ran through the diff, everything seems fine.

aasitnikov commented 4 years ago

Thanks for the fix, it was asking to be fixed for quite some time