Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove "direct" from expected tap_input in test functions
Browse files Browse the repository at this point in the history
rcmdnk committed Oct 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6595d5b commit 5c05a1f
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_brew_file.py
Original file line number Diff line number Diff line change
@@ -223,7 +223,6 @@ def test_read_all(bf, tap):
"vim": " --HEAD",
}
assert bf.get_list("tap_input") == {
"direct",
"homebrew/cask",
"homebrew/core",
"rcmdnk/rcmdnkcask",
1 change: 0 additions & 1 deletion tests/test_brew_info.py
Original file line number Diff line number Diff line change
@@ -255,7 +255,6 @@ def test_read(brew_info):
assert brew_info.brew_input_opt == {"python@3.10": "", "vim": " --HEAD"}
assert brew_info.brew_input == ["python@3.10", "vim"]
assert brew_info.tap_input == [
"direct",
"homebrew/core",
"homebrew/cask",
"rcmdnk/rcmdnkcask",

0 comments on commit 5c05a1f

Please sign in to comment.