We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f890c commit 2d17360Copy full SHA for 2d17360
influxdb/tests/dataframe_client_test.py
@@ -866,7 +866,7 @@ def test_query_into_dataframe(self):
866
assert_frame_equal(expected[k], result[k])
867
868
def test_multiquery_into_dataframe(self):
869
- """Test multiquyer into df for TestDataFrameClient object."""
+ """Test multiquery into df for TestDataFrameClient object."""
870
data = {
871
"results": [
872
{
0 commit comments