Skip to content

Commit

Permalink
Fix wrongly named test package
Browse files Browse the repository at this point in the history
  • Loading branch information
wrjgold committed Sep 17, 2024
1 parent e93bb52 commit d996f99
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package tick.command;
package tick.commands;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

import org.junit.jupiter.api.Test;

import tick.commands.DeleteCommand;
import tick.exceptions.TickException;
import tick.storage.Storage;
import tick.storage.TaskList;
Expand Down

0 comments on commit d996f99

Please sign in to comment.