Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Nahman committed Jun 30, 2017
1 parent d27eb8f commit 6f1a27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/px-vis-timeseries-custom-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function runCustomTests() {

test('IASChart y', function() {
assert.deepEqual(IASChart.y["defaultAxis"].range(), [380,0]);
assert.deepEqual(IASChart.y["defaultAxis"].domain(), [0,20]);
assert.deepEqual(IASChart.y["defaultAxis"].domain(), [1,20]);
});

test('IASChart mutedSeries', function() {
Expand Down Expand Up @@ -465,7 +465,7 @@ function runCustomTests() {

test('configChart y', function() {
assert.deepEqual(configChart.y["defaultAxis"].range(), [380,0]);
assert.deepEqual(configChart.y["defaultAxis"].domain(), [0,20]);
assert.deepEqual(configChart.y["defaultAxis"].domain(), [1,20]);
});

test('configChart mutedSeries', function() {
Expand Down

0 comments on commit 6f1a27a

Please sign in to comment.