Skip to content

Commit

Permalink
Removed warnings from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Jun 19, 2021
1 parent 97222cd commit 2e4257a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bin/test/com/gmail/picono435/testing/TestPlugin.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/test/java/com/gmail/picono435/testing/TestPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
import be.seeseemelk.mockbukkit.entity.PlayerMock;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;

import com.gmail.picono435.picojobs.PicoJobsPlugin;

public class TestPlugin {

PicoJobsPlugin plugin;
private ServerMock server;
private PlayerMock player;
@SuppressWarnings("unused")
private PlayerMock player;

@BeforeAll
public void setUp() {
Expand Down

0 comments on commit 2e4257a

Please sign in to comment.