Skip to content

Commit a01a035

Browse files
Removed whitespace
1 parent 0fdebb9 commit a01a035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_basic_example(page: Page) -> None:
4141
2) Asserts that the README contents rendered by GitHub contains the text "Playwright Python Blueprint"
4242
3) Asserts that the main section of the page contains the topic label "playwright-python"
4343
'''
44-
44+
4545
# Assert repo text is present
4646
expect(page.get_by_role("article")).to_contain_text("Playwright Python Blueprint")
4747

0 commit comments

Comments
 (0)