Make the license tests pass next year, too
This commit is contained in:
parent
441eee3219
commit
de22378975
@ -1,8 +1,7 @@
|
|||||||
const STATIC_FILE = joinpath(@__DIR__, "fixtures", "static.txt")
|
const STATIC_FILE = joinpath(@__DIR__, "fixtures", "static.txt")
|
||||||
|
|
||||||
function PT.user_view(::Citation, ::Template, ::AbstractString)
|
PT.user_view(::Citation, ::Template, ::AbstractString) = Dict("MONTH" => 8, "YEAR" => 2019)
|
||||||
return Dict("MONTH" => 8, "YEAR" => 2019)
|
PT.user_view(::License, ::Template, ::AbstractString) = Dict("YEAR" => 2019)
|
||||||
end
|
|
||||||
|
|
||||||
function test_all(pkg::AbstractString; kwargs...)
|
function test_all(pkg::AbstractString; kwargs...)
|
||||||
t = tpl(; kwargs...)
|
t = tpl(; kwargs...)
|
||||||
|
Loading…
Reference in New Issue
Block a user