Skip to content

Commit 04419df

Browse files
theiglCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ca487e0 commit 04419df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/com/esotericsoftware/kryo/serializers/SynchronizedCollectionSerializersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void setUp () throws Exception {
5555
}
5656

5757
@Test
58-
void setSerializer () {
58+
void testSerializer () {
5959
roundTrip(3, Collections.synchronizedMap(new HashMap<>()));
6060
roundTrip(4, Collections.synchronizedMap(new TreeMap<>()));
6161
roundTrip(3, Collections.synchronizedList(new ArrayList<>()));

0 commit comments

Comments
 (0)