Skip to content

Commit dc1c464

Browse files
committedMay 18, 2024·
Tests: Fix v8 test
1 parent 5eb24b5 commit dc1c464

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎bincrafters_conan_remote/test/test_download.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ def test_download_no_explicit_remote():
2727
["conan", "download", "--recipe", "v8/7.6.66@inexorgame/testing"],
2828
expected_outputs=[
2929
"Downloading conanmanifest.txt",
30-
"Downloading conanfile.py",
31-
"Downloading conan_sources.tgz"]
30+
"Downloading conanfile.py"]
3231
)

0 commit comments

Comments
 (0)
Please sign in to comment.