Skip to content

Commit

Permalink
Add slf4j to tests (#834)
Browse files Browse the repository at this point in the history
This shows slf4j info logs in tests.
  • Loading branch information
AlexProgrammerDE authored Jun 18, 2024
1 parent 471e92e commit f285894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {

// Test dependencies
testImplementation(libs.junit.jupiter)
testImplementation(libs.slf4j.simple)
}

tasks.test {
Expand Down

0 comments on commit f285894

Please sign in to comment.