Skip to content

Commit bbb6111

Browse files
author
Roman Janusz
committed
improved test
1 parent 41b0615 commit bbb6111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-mongo/jvm/src/test/scala-2.13/com/avsystem/commons/mongo/typed/PolyDataWithCustomImplicits.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ abstract class CustomPolyDataCompanion[D[_]](
1919
* This class tests (through its compilation) if implicit resolution conflicts that were
2020
* previously present in [[MongoPolyAdtInstances]] are fixed.
2121
*/
22-
case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy)
22+
case class PolyDataWithCustomImplicits[+T](wrappy: CustomWrappy, value: T)
2323
object PolyDataWithCustomImplicits extends CustomPolyDataCompanion[PolyDataWithCustomImplicits]

0 commit comments

Comments
 (0)