Skip to content

Commit

Permalink
Fix line-chart test updated control date format
Browse files Browse the repository at this point in the history
  • Loading branch information
apburnes committed Sep 6, 2018
1 parent 1e035db commit 7c27691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec/fec/tests/js/line-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ var LineChart = require('../../static/js/modules/line-chart').LineChart;
});

it('fills the max date', function() {
expect(this.lineChart.$snapshot.find('.js-max-date').html()).to.equal('Jan 31, 2015');
expect(this.lineChart.$snapshot.find('.js-max-date').html()).to.equal('01/31/2015');
});

it('calls zeroPad()', function() {
Expand Down

0 comments on commit 7c27691

Please sign in to comment.