Skip to content

Commit

Permalink
feat(objectionary#488): remove redundant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Mar 13, 2024
1 parent 51dbed9 commit ff9f247
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 211 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class SomeException extends org.eolang.inheritance.OriginalException {

private static final long serialVersionUID = -4906825139312227864L;
private static final long serialVersionUID = 12312123123213L;

public SomeException(String s) { super(s); }

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ff9f247

Please sign in to comment.