1 parent ffbd130 commit 10f9a84Copy full SHA for 10f9a84
1 file changed
src/test/java/com/garciat/typeclasses/TypeClassesTest.java
@@ -159,7 +159,6 @@ void witnessNotFoundNestedThrows() {
159
@Test
160
void witnessSummoningWithContext() {
161
// Provide a custom witness via context
162
- CustomType customValue = new CustomType("test");
163
TestShow<CustomType> customShow = c -> "custom:" + c.value;
164
165
TestShow<List<CustomType>> listShow = witness(new Ty<>() {}, new Ctx<>(customShow) {});
0 commit comments