Skip to content

Commit 5148627

Browse files
committed
fix(tests): Ensure newline at end of file in conftest.py
1 parent 3302fcb commit 5148627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def pytest_collection_modifyitems(config, items):
2020
elif "/design/" in str(item.fspath):
2121
item.add_marker(pytest.mark.design)
2222
elif "/ui/" in str(item.fspath):
23-
item.add_marker(pytest.mark.ui)
23+
item.add_marker(pytest.mark.ui)

0 commit comments

Comments
 (0)