Remove extra line there...this is mostly to get jenkins to build again.

This commit is contained in:
graywolf336 2014-04-25 18:09:14 -05:00
parent 821051a3bc
commit 7898d3518e

View File

@ -78,7 +78,6 @@ public class TestInstanceCreator {
authors.add("multidude");
authors.add("graywolf336");
when(pdf.getAuthors()).thenReturn(authors);
when(main.getDescription()).thenReturn(pdf);
when(main.getDataFolder()).thenReturn(pluginDirectory);
when(main.isEnabled()).thenReturn(true);