From 5886c866d302ea84d4b91846271f2825456677d7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 21 Feb 2024 16:24:06 -0500 Subject: [PATCH] Makes the name of the test follow the refactored name --- ...nBenchmark.kt => ExpandableTextCutOffCalculatorBenchmark.kt} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/{ExpandableViewComputationBenchmark.kt => ExpandableTextCutOffCalculatorBenchmark.kt} (99%) diff --git a/benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableViewComputationBenchmark.kt b/benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableTextCutOffCalculatorBenchmark.kt similarity index 99% rename from benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableViewComputationBenchmark.kt rename to benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableTextCutOffCalculatorBenchmark.kt index 77121f17c..aecc2dad3 100644 --- a/benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableViewComputationBenchmark.kt +++ b/benchmark/src/androidTest/java/com/vitorpamplona/amethyst/benchmark/ExpandableTextCutOffCalculatorBenchmark.kt @@ -31,7 +31,7 @@ import org.junit.Test import org.junit.runner.RunWith @RunWith(AndroidJUnit4::class) -class ExpandableViewComputationBenchmark { +class ExpandableTextCutOffCalculatorBenchmark { @get:Rule val benchmarkRule = BenchmarkRule()