Makes the name of the test follow the refactored name

This commit is contained in:
Vitor Pamplona
2024-02-21 16:24:06 -05:00
parent 96f29fc5ca
commit 5886c866d3

View File

@@ -31,7 +31,7 @@ import org.junit.Test
import org.junit.runner.RunWith import org.junit.runner.RunWith
@RunWith(AndroidJUnit4::class) @RunWith(AndroidJUnit4::class)
class ExpandableViewComputationBenchmark { class ExpandableTextCutOffCalculatorBenchmark {
@get:Rule @get:Rule
val benchmarkRule = BenchmarkRule() val benchmarkRule = BenchmarkRule()