Fix log test and formatting

This commit is contained in:
Chris de Graaf 2018-11-12 14:51:31 -06:00
parent b82050cd0f
commit 4ba2605239

View File

@ -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