Skip to content

Commit b67d706

Browse files
authored
Revert "LibGit2: branch missing test in last_error (#39033)" (#40530)
This reverts commit a4fc56a.
1 parent f6b47ff commit b67d706

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

stdlib/LibGit2/test/libgit2.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ end
171171
@test findfirst(isequal(LibGit2.Consts.FEATURE_HTTPS), f) !== nothing
172172
end
173173

174-
@testset "No error at first" begin
175-
class, msg = LibGit2.Error.last_error()
176-
@test msg == "No errors"
177-
@test class == LibGit2.Error.Class(0)
178-
end
179-
180174
@testset "OID" begin
181175
z = LibGit2.GitHash()
182176
@test LibGit2.iszero(z)

0 commit comments

Comments
 (0)