We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6fafc commit dc9e0a9Copy full SHA for dc9e0a9
1 file changed
core/src/test/java/fj/MonoidTest.java
@@ -29,7 +29,7 @@ public void intersection_monoid_test() {
29
assertThat(actual, is(Set.set(Ord.intOrd, 3, 4)));
30
}
31
32
- @Test
+ @Test
33
public void union_monoid_test() {
34
Monoid<Set<Integer>> unionMonoid = Monoid.setMonoid(Ord.intOrd);
35
Set<Integer> first = Set.set(Ord.intOrd, 1, 2, 3, 4);
0 commit comments