Skip to content

Commit

Permalink
Revert "LibGit2: branch missing test in last_error (#39033)" (#40530)
Browse files Browse the repository at this point in the history
This reverts commit a4fc56a.
  • Loading branch information
vtjnash authored Apr 19, 2021
1 parent f6b47ff commit b67d706
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stdlib/LibGit2/test/libgit2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ end
@test findfirst(isequal(LibGit2.Consts.FEATURE_HTTPS), f) !== nothing
end

@testset "No error at first" begin
class, msg = LibGit2.Error.last_error()
@test msg == "No errors"
@test class == LibGit2.Error.Class(0)
end

@testset "OID" begin
z = LibGit2.GitHash()
@test LibGit2.iszero(z)
Expand Down

0 comments on commit b67d706

Please sign in to comment.