Skip to content

Commit

Permalink
Merge pull request #5 from SPI-2023/fix-issue-429
Browse files Browse the repository at this point in the history
remove automated test
  • Loading branch information
desperadomzc authored May 22, 2023
2 parents 9b72ced + 728e6c5 commit 5d64bae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/java/org/jabref/cli/JabRefCLITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import java.util.Collections;
import java.util.List;

import org.jabref.preferences.JabRefPreferences;

import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down Expand Up @@ -146,9 +144,4 @@ void wrapStringList() {
assertEquals(expected, "Available export formats: " + JabRefCLI.wrapStringList(given, 26));
}

@Test
void uniformImportExportFormat() {
JabRefPreferences preferences = JabRefPreferences.getInstance();
JabRefCLI.printUsage(preferences);
}
}

0 comments on commit 5d64bae

Please sign in to comment.