Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jun 19, 2017
1 parent 83edeef commit 4339982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/agg_table/__tests__/_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('AggTable Directive', function () {
it('as min', function () {
totalsRowTest('min', [
'',
'September 28th 2014, 00:00:00.000',
'2014-09-28',
'9,283',
'September 28th 2014, 00:00:00.000',
'1',
Expand All @@ -174,7 +174,7 @@ describe('AggTable Directive', function () {
it('as max', function () {
totalsRowTest('max', [
'',
'October 3rd 2014, 00:00:00.000',
'2014-10-03',
'220,943',
'October 3rd 2014, 00:00:00.000',
'239',
Expand Down

0 comments on commit 4339982

Please sign in to comment.