Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Jul 6, 2024
1 parent 43d0a5a commit 52ff51e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TimetableScreenTest(private val testCase: DescribedTestCase<TimetableScree
companion object {
@JvmStatic
@ParameterizedRobolectricTestRunner.Parameters(name = "{0}")
fun tests(): List<DescribedTestCase<TimetableScreenRobot>> {
fun testCases(): List<DescribedTestCase<TimetableScreenRobot>> {
return describeTests<TimetableScreenRobot> {
describe("when server is operational") {
run {
Expand Down

0 comments on commit 52ff51e

Please sign in to comment.