diff options
Diffstat (limited to 'tests/core/string/test_translation.h')
-rw-r--r-- | tests/core/string/test_translation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/string/test_translation.h b/tests/core/string/test_translation.h index a31aa044ae..cf96c356bc 100644 --- a/tests/core/string/test_translation.h +++ b/tests/core/string/test_translation.h @@ -163,7 +163,7 @@ TEST_CASE("[TranslationCSV] CSV import") { List<String> gen_files; - Error result = import_csv_translation->import(TestUtils::get_data_path("translations.csv"), + Error result = import_csv_translation->import(0, TestUtils::get_data_path("translations.csv"), "", options, nullptr, &gen_files); CHECK(result == OK); CHECK(gen_files.size() == 4); |