Skip to content

Commit

Permalink
Update some tests (#459)
Browse files Browse the repository at this point in the history
* Update some tests

* Update another test
  • Loading branch information
DilumAluthge authored Oct 26, 2023
1 parent 59d0f05 commit ab0b827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/dependencies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ end
project = joinpath(@__DIR__, "deps", "Project.toml")

deps = CompatHelper.get_project_deps(project; include_jll=true)
@test length(deps) == 2
@test length(deps) == 3
deps = CompatHelper.get_project_deps(project; include_jll=false)
@test length(deps) == 1
@test length(deps) == 2
end

@testset "clone_all_registries" begin
Expand Down
2 changes: 1 addition & 1 deletion test/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
) do
delete!(ENV, "GITHUB_REPOSITORY")
prs = CompatHelper.main()
@test length(prs) == 1
@test length(prs) == 2
@test prs[1] isa GitLab.MergeRequest
end
end
Expand Down

0 comments on commit ab0b827

Please sign in to comment.