Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JTHesse committed Oct 9, 2024
1 parent 90fbc67 commit 15d3495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/IO/ut_IO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ end
end
end
end
PeriLab.data["output_frequency"] = [
test_data_manager.data["output_frequency"] = [
Dict{String,Int64}("Counter" => 0, "Output Frequency" => 1, "Step" => 1),
Dict{String,Int64}("Counter" => 0, "Output Frequency" => 1, "Step" => 1),
Dict{String,Int64}("Counter" => 0, "Output Frequency" => 1, "Step" => 1),
Expand Down

0 comments on commit 15d3495

Please sign in to comment.