Skip to content

Commit

Permalink
Uncomment region map test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed May 7, 2020
1 parent d4527c5 commit cad7dbe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/interpreter_functional/test_suites/run_pipeline/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,10 @@ export default function({
await expectExpression('partial_test_2', metricExpr, context).toMatchSnapshot()
).toMatchScreenshot();

// TODO: should be uncommented when the region map is migrated to the new platform
// const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'`;
// await (
// await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()
// ).toMatchScreenshot();
const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'`;
await (
await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()
).toMatchScreenshot();
});
});
});
Expand Down

0 comments on commit cad7dbe

Please sign in to comment.