Skip to content

Commit 32684e6

Browse files
committed
Rename test function
1 parent baaa477 commit 32684e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_make_generators_force_overwrite(
126126

127127
self.assertEqual(expected, actual)
128128

129-
def test__get_provider_for_column(self) -> None:
129+
def test_get_provider_for_column(self) -> None:
130130
"""Test the _get_provider_for_column function."""
131131

132132
# Simple case

0 commit comments

Comments
 (0)