Skip to content

Commit

Permalink
doctest to fix = true
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Jan 17, 2025
1 parent fb1d866 commit 1c53311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/test/doctest.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@testitem "Run docstring tests" begin
using Documenter
doctest(EpiAware)
doctest(EpiAware, fix = true)
end

0 comments on commit 1c53311

Please sign in to comment.