Skip to content

Commit 72c0fef

Browse files
committed
Fix naming conflict in ElementService_test
1 parent 5ccccf1 commit 72c0fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ElementService_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def test_get_elements_dataframe_parent_attribute(self):
601601
self.run_test_get_elements_dataframe_parent_attribute(False)
602602

603603
@skip_if_no_pandas
604-
def test_get_elements_dataframe_parent_attribute(self):
604+
def test_get_elements_dataframe_parent_attribute_use_blob(self):
605605
self.run_test_get_elements_dataframe_parent_attribute(True)
606606

607607
def run_test_get_elements_dataframe_not_elements(self, use_blob: bool):

0 commit comments

Comments
 (0)