Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 14, 2024
1 parent 102fe6d commit 393b3e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testsets/random_seed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ include("../utilities/prelude.jl")

@testset "seeded random numbers are consistent across runs" begin
mktempdir() do dir
content = read(joinpath(@__DIR__, "../examples/random_seed/random_seed.qmd"), String)
content =
read(joinpath(@__DIR__, "../examples/random_seed/random_seed.qmd"), String)
cd(dir) do
server = QuartoNotebookRunner.Server()
write("notebook.qmd", content)
Expand Down

0 comments on commit 393b3e3

Please sign in to comment.