Skip to content

Commit

Permalink
Update to junit5 (zally-rule-api)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaquelineP committed Oct 10, 2021
1 parent fceeede commit 0241e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/zally-rule-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dependencies {
implementation("io.swagger:swagger-models:1.6.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")

testImplementation("junit:junit:4.12")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
testImplementation("org.assertj:assertj-core:3.11.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package org.zalando.zally.rule.api

import org.zalando.zally.rule.api.Severity.HINT
import org.zalando.zally.rule.api.Severity.MUST
import org.junit.Assert.assertEquals
import org.junit.Test
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Test

class SeverityTest {

Expand Down

0 comments on commit 0241e43

Please sign in to comment.