Skip to content

Commit

Permalink
добавил JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidLisin committed Jul 20, 2020
1 parent 73b318c commit 945872d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies {
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'com.h2database:h2:1.4.197'
testImplementation'org.springframework.boot:spring-boot-starter-test'
}

test {
Expand Down

0 comments on commit 945872d

Please sign in to comment.