Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlissoviy committed Jan 21, 2023
1 parent b46b64b commit b1759f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
38 changes: 0 additions & 38 deletions ldif/src/test/java/ldapCreater/LDAPCreaterTest.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;

class TransliterationTest {
Transliteration tr = new Transliteration();
final Transliteration tr = new Transliteration();

@Test
void readFileTest() {
Expand Down

0 comments on commit b1759f2

Please sign in to comment.