Skip to content

Commit 2d17360

Browse files
xginn8tux-00
authored andcommitted
Fixup small test docstring typo
Signed-off-by: Matthew McGinn <[email protected]>
1 parent f3f890c commit 2d17360

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
@@ -866,7 +866,7 @@ def test_query_into_dataframe(self):
866866
assert_frame_equal(expected[k], result[k])
867867

868868
def test_multiquery_into_dataframe(self):
869-
"""Test multiquyer into df for TestDataFrameClient object."""
869+
"""Test multiquery into df for TestDataFrameClient object."""
870870
data = {
871871
"results": [
872872
{

0 commit comments

Comments
 (0)