diff --git a/cartodata/pipeline/tests/test_loader.py b/cartodata/pipeline/tests/test_loader.py index 6496cbfc046039befa43d12c338209e9c4d80280..b9834e73ee01b31e02e910bfba4ae1dea1c03d63 100644 --- a/cartodata/pipeline/tests/test_loader.py +++ b/cartodata/pipeline/tests/test_loader.py @@ -34,7 +34,7 @@ class TestLoader(TestCase): assert isinstance(pipeline, Pipeline) assert pipeline.dataset.name == PIPELINE_DATASET assert pipeline.projection_2d is not None - assert pipeline.projection_2d.key == "umap" + assert pipeline.projection_2d.key == "tsne" assert pipeline.projection_nd is not None assert pipeline.clustering is not None assert pipeline.neighboring is not None