Skip to content

Commit ad1275a

Browse files
committed
test: rename destructive test marker from full_name to get_full_name
1 parent 6077e2e commit ad1275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_destructive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_get_leaves(helper: BrewHelper) -> None:
8686
assert leaves == ['node']
8787

8888

89-
@pytest.mark.destructive_full_name
89+
@pytest.mark.destructive_get_full_name
9090
def test_get_full_name(helper: BrewHelper) -> None:
9191
helper.proc('brew install git')
9292
helper.proc('brew install rcmdnk/file/brew-file')

0 commit comments

Comments
 (0)