Closed eloots closed 4 years ago
looks like it needs a scalatestplus-mockito
dependency
Yeah, need to revise my test dependencies. I remember made a few steps forward and backward so there can be few libraries that I'm not using in tests.
@agolubev Not that urgent: just wanted to give a heads-up. It's always good to stay up-to-date with the latest versions of the dependencies.
Eventually, we should also configure Scala Steward
on this repo...
(and run tests systematically with Travis
)
@agolubev Maybe the time has come to fix this? As said, when this is fixed, we can move to ScalaTest 3.10.0
addressed this in #151
Thanks - Closing
@agolubev I did a short test with changing from ScalaTest 3.0.8 to 3.1.0.
Apart from the fact that there are deprecation warning (e.g. on
WordSpec
andMatcher
), there are compilation errors related to code ineroled.SmartOLEDTest
:Bumping
powermock-api-mockito2
from 2.0.2 to 2.0.4 doesn't resolve the issue.Would be great to figure out whats' happening and fix this when a solution is available so that we can move to ScalaTest 3.1.0