Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nbauma109 committed May 28, 2023
1 parent 22272ae commit 0817b91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ public void testIsTypeArgumentAssignableFrom() {
Map<String, TypeArgument> typeBindings = Map.of("K", k, "V", v);

// Verify the result
assertFalse(new WildcardExtendsTypeArgument(v).isTypeArgumentAssignableFrom(typeMaker, typeBindings, typeBounds, v));
assertTrue(new WildcardExtendsTypeArgument(v).isTypeArgumentAssignableFrom(typeMaker, typeBindings, typeBounds, v));
}

@Test
Expand Down

0 comments on commit 0817b91

Please sign in to comment.