sbt:entity-reference> testOnly EntityReferenceSpec [info] EntityReferenceSpec: [info] An entity that [info] is also a reference [info] when subclassing [info] - must satisfy expectation *** FAILED *** [info] Unexpected call: MyService.get(MyEntity(100,)) [info] [info] Expected: [info] inAnyOrder { [info] MyService.get(MyRefImpl(100)) once (never called - UNSATISFIED) [info] } [info] [info] Actual: [info] MyService.get(MyEntity(100,)) (Option.scala:121) [info] when implicitly converted [info] - must satisfy expectation [info] ScalaTest [info] Run completed in 143 milliseconds. [info] Total number of tests run: 2 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 1, failed 1, canceled 0, ignored 0, pending 0 [info] *** 1 TEST FAILED *** [error] Failed: Total 2, Failed 1, Errors 0, Passed 1 [error] Failed tests: [error] EntityReferenceSpec [error] (Test / testOnly) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 0 s, completed Aug 3, 2018, 10:43:52 AM