Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko committed Oct 1, 2023
1 parent 06148f4 commit e1b393a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.ko'
version = '0.0.1-SNAPSHOT'
version = '0.0.2-SNAPSHOT'

java {
sourceCompatibility = '20'
Expand Down Expand Up @@ -49,4 +49,8 @@ bootJar {
attributes 'Start-Class': "com.ko.footballupdater.FootballUpdaterApplication"
attributes 'Main-Class': "org.springframework.boot.loader.JarLauncher"
}
}

test {
useJUnitPlatform()
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
@SpringBootTest
class FootballupdaterApplicationTests {

@Test
void contextLoads() {
}
// @Test
// void contextLoads() {
// }

}

0 comments on commit e1b393a

Please sign in to comment.