Skip to content

Commit 10f9a84

Browse files
committed
Remove unused variable
1 parent ffbd130 commit 10f9a84

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/com/garciat/typeclasses/TypeClassesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ void witnessNotFoundNestedThrows() {
159159
@Test
160160
void witnessSummoningWithContext() {
161161
// Provide a custom witness via context
162-
CustomType customValue = new CustomType("test");
163162
TestShow<CustomType> customShow = c -> "custom:" + c.value;
164163

165164
TestShow<List<CustomType>> listShow = witness(new Ty<>() {}, new Ctx<>(customShow) {});

0 commit comments

Comments
 (0)