Skip to content

Commit

Permalink
Fix a test after previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiAku committed Oct 27, 2023
1 parent bd8e8b9 commit 1802ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ using UUIDs
"Dummy1" => (Version= "1.0.1", DownloadLocation= SpdxDownloadLocationV2("git+https://github.com/SamuraiAku/[email protected]"), HomePage= "https://github.com/SamuraiAku/Dummy1.git")
"Dummy2" => (Version= "1.0.1", DownloadLocation= SpdxDownloadLocationV2("git+https://github.com/SamuraiAku/[email protected]"), HomePage= "https://github.com/SamuraiAku/Dummy2.git")
"Dummy3" => (Version= "1.0.0", DownloadLocation= SpdxDownloadLocationV2("git+https://github.com/SamuraiAku/[email protected]"), HomePage= "https://github.com/SamuraiAku/Dummy3.git")
"Dummy4" => (Version= "1.0.0", DownloadLocation= SpdxDownloadLocationV2("git+https://github.com/SamuraiAku/Dummy4.git@main"), HomePage= "https://github.com/SamuraiAku/Dummy4.git")
"Dummy4" => (Version= "1.0.0", DownloadLocation= SpdxDownloadLocationV2("git+https://github.com/SamuraiAku/Dummy4.git@v1.0.0"), HomePage= "https://github.com/SamuraiAku/Dummy4.git")
]
for p in package_info
idx= findfirst(isequal(p.first), getproperty.(sbom.Packages, :Name))
Expand Down

0 comments on commit 1802ccb

Please sign in to comment.