Skip to content

Commit

Permalink
Convert more tests from Java to Kotlin (#8155)
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse authored Dec 23, 2023
1 parent 1561bba commit 9724956
Show file tree
Hide file tree
Showing 87 changed files with 6,628 additions and 7,249 deletions.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MockWebServerRuleTest {
val rule = MockWebServerRule()
val called = AtomicBoolean()
val statement: Statement = rule.apply(object : Statement() {
@Throws(Throwable::class) override fun evaluate() {
override fun evaluate() {
called.set(true)
rule.server.url("/").toUrl().openConnection().connect()
}
Expand Down

This file was deleted.

Loading

0 comments on commit 9724956

Please sign in to comment.