We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6451bf commit 8dc7f53Copy full SHA for 8dc7f53
faslr/tests/test_project_item.py
@@ -3,7 +3,8 @@
3
def test_project_item() -> None:
4
5
project_item = ProjectItem(
6
- text="My Project"
+ text="My Project",
7
+ segment_level="country"
8
)
9
10
assert project_item.text() == "My Project"
0 commit comments