From 00ed13acf068d76ee4c177f89dffbddd2fadd714 Mon Sep 17 00:00:00 2001 From: David Hermann Date: Tue, 7 Feb 2023 19:41:24 +0100 Subject: [PATCH] refactoring: Deleted unused imports From QuitCommandTest --- src/test/java/org/bitbiome/commands/QuitCommandTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/bitbiome/commands/QuitCommandTest.java b/src/test/java/org/bitbiome/commands/QuitCommandTest.java index 3dd4eaa..4c6d0ec 100755 --- a/src/test/java/org/bitbiome/commands/QuitCommandTest.java +++ b/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 {