Skip to content

Commit

Permalink
Update test/test_multistage.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lbonaldo and github-actions[bot] authored Apr 15, 2024
1 parent 90473d0 commit 3366516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_multistage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test_update_cumulative_min_ret!()

function test_can_retire_validation()
@testset "No resources switch from can_retire = 0 to can_retire = 1" begin
inputs = Dict{Int,Dict}()
inputs = Dict{Int, Dict}()
inputs[1] = Dict("RESOURCES" => [
GenX.Thermal(Dict(:resource => "thermal", :id => 1,
:can_retire => 1)),
Expand Down

0 comments on commit 3366516

Please sign in to comment.