Skip to content

Commit 3f0bf8a

Browse files
PijukatelMantisus
authored andcommitted
chore: Fix accidentally missing name of the test (apify#1380)
The name of the test was mangled by accident, and the test was not running. Fix the name so that the test runs again.
1 parent ceaa9b5 commit 3f0bf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/crawlers/_adaptive_playwright/test_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
('http://www.ddf.com/some', 'client only'),
2525
],
2626
)
27-
async def ictor_same_label(url: str, expected_prediction: RenderingType, label: str | None) -> None:
27+
async def test_predictor_same_label(url: str, expected_prediction: RenderingType, label: str | None) -> None:
2828
async with DefaultRenderingTypePredictor() as predictor:
2929
learning_inputs: tuple[tuple[str, RenderingType], ...] = (
3030
('http://www.aaa.com/some/stuff', 'static'),

0 commit comments

Comments
 (0)