Skip to content

Commit

Permalink
feat(#889): suppress some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 1, 2024
1 parent d1a294d commit 69597eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ void failsToOpenBrokenXmirRepresentationFromFile(@TempDir final Path dir) throws
*/
@Test
@Disabled
@SuppressWarnings("PMD.GuardLogStatement")
void convertsToXmirAndBack() {
final Bytecode before = new BytecodeProgram(
new BytecodeClass("org/eolang/foo/Math")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void computesSize(
* Sequences to test.
* @return Stream of arguments.
*/
private static Stream<Arguments> sequences() {
static Stream<Arguments> sequences() {
return Stream.of(
Arguments.of(
new DirectivesSeq(
Expand Down

0 comments on commit 69597eb

Please sign in to comment.