Fix engineConfig JSON in fetch URLs tests

This commit is contained in:
Antonin Delpeuch 2018-09-05 12:07:50 +01:00
parent f327b09a59
commit f6256aae62

View File

@ -63,7 +63,7 @@ import com.google.refine.tests.util.TestUtils;
public class ColumnAdditionByFetchingURLsOperationTests extends RefineTest {
static final String ENGINE_JSON_URLS = "{\"mode\":\"row-based\"}}";
static final String ENGINE_JSON_URLS = "{\"mode\":\"row-based\"}";
@Override
@BeforeTest