Skip to content

Commit

Permalink
chore: add tap to test_brew_file::test_read_all -> temporary, may nee…
Browse files Browse the repository at this point in the history
…d another tap which is not overlapped with test_brew_info::test_write
  • Loading branch information
rcmdnk committed Feb 5, 2023
1 parent 7318150 commit 557fa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_brew_file.py
Expand Up @@ -122,7 +122,7 @@ def test_dryrun_banner(bf, caplog):
]


def test_read_all(bf):
def test_read_all(bf, tap):
parent = Path(__file__).parent / "files"
file = parent / "BrewfileTest"
bf.set_input(file)
Expand Down

0 comments on commit 557fa32

Please sign in to comment.