Skip to content

Commit f2f9003

Browse files
Update test suite to reflect changes
1 parent 46fc63d commit f2f9003

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/usethis/_core/test_list.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_empty_project(self, tmp_path: Path):
3131

3232
# Assert
3333
expected = UsageTable(
34-
title="Usage",
3534
rows=[
3635
UsageRow(category="tool", name="Codespell", status="unused"),
3736
UsageRow(category="tool", name="coverage", status="unused"),
@@ -60,7 +59,6 @@ def test_ruff_used(self, tmp_path: Path):
6059

6160
# Assert
6261
expected = UsageTable(
63-
title="Usage",
6462
rows=[
6563
UsageRow(category="tool", name="Codespell", status="unused"),
6664
UsageRow(category="tool", name="coverage", status="unused"),
@@ -86,7 +84,6 @@ def test_uv_init_case(self, uv_init_dir: Path):
8684

8785
# Assert
8886
expected = UsageTable(
89-
title="Usage",
9087
rows=[
9188
UsageRow(category="tool", name="Codespell", status="unused"),
9289
UsageRow(category="tool", name="coverage", status="unused"),

0 commit comments

Comments
 (0)