Fix log test and formatting
This commit is contained in:
parent
b82050cd0f
commit
4ba2605239
@ -333,7 +333,7 @@ end
|
|||||||
|
|
||||||
@testset "Git-less template creation" begin
|
@testset "Git-less template creation" begin
|
||||||
if isempty(LibGit2.getconfig("user.name", ""))
|
if isempty(LibGit2.getconfig("user.name", ""))
|
||||||
@test_nowarn Template(; user=me, git=false)
|
@test_logs Template(; user=me, git=false)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user