Browse Source

refactoring: Deleted unused imports

From QuitCommandTest
remotes/origin/develop
David Hermann 2 years ago
parent
commit
00ed13acf0
  1. 1
      src/test/java/org/bitbiome/commands/QuitCommandTest.java

1
src/test/java/org/bitbiome/commands/QuitCommandTest.java

@ -2,7 +2,6 @@ package org.bitbiome.commands;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
public class QuitCommandTest {

Loading…
Cancel
Save