Skip to content

Commit

Permalink
Rename TestRunner.kt to distinguish them
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongAndroid committed Nov 23, 2023
1 parent 3628ffb commit 04f872d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ import org.junit.runners.Suite.SuiteClasses
@SuiteClasses(
TestProxyHandler::class,
)
class TestRunner {
class KspTestRunner {
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ import org.junit.runners.Suite.SuiteClasses
TestReferenceArg::class,
TestTopLevelAndObject::class,
)
class TestRunner {
class KcpTestRunner {
}

0 comments on commit 04f872d

Please sign in to comment.