Skip to content

Commit

Permalink
fi: sonar issues (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter authored Feb 15, 2024
1 parent 6e81b53 commit 9ee0fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@QuarkusTest
@TestHTTPEndpoint(ApplicationRestController.class)
public class ApplicationRestControllerTest extends AbstractTest {
class ApplicationRestControllerTest extends AbstractTest {

@InjectMockServerClient
MockServerClient mockServerClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void getAllProductsByWorkspaceNameTest() {
});

Assertions.assertNotNull(output);
Assertions.assertEquals(Arrays.stream(output).toList().size(), 2);
Assertions.assertEquals(2, Arrays.stream(output).toList().size());
}

}

0 comments on commit 9ee0fc2

Please sign in to comment.