Skip to content

Commit 5ab3446

Browse files
Merge pull request #387 from scordio/hg_basel
Add HG Basel June 2023 achievements
2 parents 79c00b0 + 59c5219 commit 5ab3446

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

events.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
}
1212
],
1313
"achievements": [
14+
{
15+
"title": "AssertJ: Different enum classes with same names result in the same output for expected and actual when comparing lists",
16+
"url": "https://github.com/assertj/assertj/issues/3083"
17+
},
18+
{
19+
"title": "AssertJ: `UnambiguousRepresentation` computes same output when types have same name but different packages",
20+
"url": "https://github.com/assertj/assertj/issues/3084"
21+
},
22+
{
23+
"title": "JUnit: `assertSame` fails with primitive type values outside the autobox cache",
24+
"url": "https://github.com/junit-team/junit5/issues/3358"
25+
}
1426
]
1527
},
1628
{

0 commit comments

Comments
 (0)