summaryrefslogtreecommitdiff
path: root/platform/android/src/test/render_test_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/test/render_test_runner.cpp')
-rw-r--r--platform/android/src/test/render_test_runner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/src/test/render_test_runner.cpp b/platform/android/src/test/render_test_runner.cpp
index 8d9c9e4838..2e6047d0a8 100644
--- a/platform/android/src/test/render_test_runner.cpp
+++ b/platform/android/src/test/render_test_runner.cpp
@@ -50,8 +50,8 @@ void android_main(struct android_app* app) {
return result;
};
- auto result = runTestWithManifest("/metrics/next-android-render-test-runner-metrics.json");
- result = runTestWithManifest("/metrics/next-android-render-test-runner-style.json") && result;
+ auto result = runTestWithManifest("/metrics/android-render-test-runner-metrics.json");
+ result = runTestWithManifest("/metrics/android-render-test-runner-style.json") && result;
mbgl::Log::Info(mbgl::Event::General, "All tests are finished!");
changeState(env, app, result);
}