Skip to content

Commit 6d8ee71

Browse files
xginn8Lloyd Wallis
authored and
Lloyd Wallis
committed
Fixup small test docstring typo
Signed-off-by: Matthew McGinn <[email protected]>
1 parent 5133680 commit 6d8ee71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/dataframe_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def test_query_into_dataframe(self):
837837
assert_frame_equal(expected[k], result[k])
838838

839839
def test_multiquery_into_dataframe(self):
840-
"""Test multiquyer into df for TestDataFrameClient object."""
840+
"""Test multiquery into df for TestDataFrameClient object."""
841841
data = {
842842
"results": [
843843
{

0 commit comments

Comments
 (0)