Conversation
There was a problem hiding this comment.
Pull request overview
This pull request corrects a spelling typo in variable names across test files. The variable expectedExpcetion (missing the letter 'i' in "Exception") is being corrected to expectedException throughout the codebase.
Key Changes:
- Corrected spelling of
expectedExpcetiontoexpectedExceptionin variable declarations and usage - Changes are consistent across all Scala test files in multiple modules (effectie-syntax and effectie-monix3)
- The fix applies to both Scala 2 and Scala 3 test files across JVM, JS, and Native platforms
Reviewed changes
Copilot reviewed 54 out of 153 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| modules/effectie-syntax/native/src/test/scala-3/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-syntax/native/src/test/scala-2/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-syntax/jvm/src/test/scala-3/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-syntax/jvm/src/test/scala-2/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-syntax/js/src/test/scala/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/shared/src/test/scala/effectie/instances/monix3/canRecoverIdSpec.scala | Fixed typo in variable names used in recovery test cases |
| modules/effectie-monix3/shared/src/test/scala/effectie/instances/monix3/canHandleErrorIdSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/shared/src/test/scala/effectie/instances/monix3/canCatchIdSpec.scala | Fixed typo in variable names used in catch test cases |
| modules/effectie-monix3/shared/src/test/scala-3/effectie/syntax/errorIdSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/shared/src/test/scala-2/effectie/syntax/errorIdSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/jvm/src/test/scala/effectie/instances/monix3/onNonFatalSpec.scala | Fixed typo in variable names used in non-fatal error test cases |
| modules/effectie-monix3/jvm/src/test/scala/effectie/instances/monix3/f/fxSpec.scala | Fixed typo in variable names used in effect test cases |
| modules/effectie-monix3/jvm/src/test/scala/effectie/instances/monix3/f/canRecoverSpec.scala | Fixed typo in variable names used in recovery test cases |
| modules/effectie-monix3/jvm/src/test/scala/effectie/instances/monix3/f/canHandleErrorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/jvm/src/test/scala/effectie/instances/monix3/f/canCatchSpec.scala | Fixed typo in variable names used in catch test cases |
| modules/effectie-monix3/jvm/src/test/scala-3/effectie/syntax/errorSpec.scala | Fixed typo in variable names used in error handling test cases |
| modules/effectie-monix3/jvm/src/test/scala-3/effectie/instances/monix3/canCatchSpec.scala | Fixed typo in variable names used in catch test cases |
| modules/effectie-monix3/jvm/src/test/scala-2/effectie/instances/monix3/canCatchSpec.scala | Fixed typo in variable names used in catch test cases (includes commented code) |
| modules/effectie-monix3/js/src/test/scala/effectie/instances/monix3/onNonFatalSpec.scala | Fixed typo in variable names used in non-fatal error test cases |
This is a straightforward spelling correction that improves code readability and professionalism. The changes are consistent across all occurrences and do not affect functionality.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #691 +/- ##
=======================================
Coverage 94.32% 94.32%
=======================================
Files 86 86
Lines 582 582
Branches 23 21 -2
=======================================
Hits 549 549
Misses 33 33 🚀 New features to boost your workflow:
|
Fix typo