Skip to content

Commit 1ea4beb

Browse files
committed
Removed some task tests
1 parent 2390ac3 commit 1ea4beb

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

src/test/groovy/ru/endlesscode/bukkitgradle/server/ServerCoreTest.groovy

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ import static org.junit.Assert.assertTrue
88

99
class ServerCoreTest extends TestBase {
1010
@Test
11-
void canAddTaskToProject() throws Exception {
11+
void canAddTasksToProject() throws Exception {
12+
assertTrue(project.updateServerCoreMetadata instanceof DefaultTask)
1213
assertTrue(project.downloadServerCore instanceof DefaultTask)
13-
}
14-
15-
@Test
16-
void testAllTasks() throws Exception {
17-
project.prepareServerCore.execute()
14+
assertTrue(project.prepareServerCore instanceof DefaultTask)
1815
}
1916
}

0 commit comments

Comments
 (0)