Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 6, 2018
1 parent 6aaab71 commit 5e4888a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/druid_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def __reduce__(self):
'timestamp': '2012-01-01T00:00:00.000Z',
'event': {
'dim1': 'Canada',
'dim2': 'boy',
'metric1': 12345678,
},
},
Expand All @@ -69,6 +70,7 @@ def __reduce__(self):
'timestamp': '2012-01-01T00:00:00.000Z',
'event': {
'dim1': 'USA',
'dim2': 'girl',
'metric1': 12345678 / 2,
},
},
Expand Down Expand Up @@ -165,7 +167,7 @@ def test_client(self, PyDruid):
'row_limit': 5000,
'include_search': 'false',
'metrics': ['count'],
'groupby': ['dim1', 'dim2d'],
'groupby': ['dim1', 'dim2'],
'force': 'true',
}
# two groupby
Expand Down

0 comments on commit 5e4888a

Please sign in to comment.