mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-19 13:46:04 +00:00
resolved sonarclouds mentioned issues
This commit is contained in:
@@ -97,7 +97,7 @@ class ErrorControllerTest {
|
||||
ErrorDiscussion ed1 = createErrorDiscussion("",0, null);
|
||||
ErrorDiscussion ed2 = createErrorDiscussion("",0, null);
|
||||
int result = errorController.compareIsAnswered(ed1,ed2);
|
||||
Assertions.assertEquals(result, 0);
|
||||
Assertions.assertEquals(0, result);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user