Skip to content

Commit 5d96d85

Browse files
committed
include BigDecimalCloseTo in Matchers generated library
1 parent 6d06cb3 commit 5d96d85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

matchers.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
<factory class="org.hamcrest.collection.IsIterableWithSize"/>
3333
<factory class="org.hamcrest.collection.IsMapContaining"/>
3434
<factory class="org.hamcrest.collection.IsIn"/>
35-
35+
3636
<!-- Number -->
3737
<factory class="org.hamcrest.number.IsCloseTo"/>
38+
<factory class="org.hamcrest.number.BigDecimalCloseTo"/>
3839
<factory class="org.hamcrest.number.OrderingComparison"/>
3940

4041
<!-- Text -->

0 commit comments

Comments
 (0)