Skip to content

Commit 45f16d3

Browse files
Aurashktsmbland
andauthored
Update src/input/asset.rs
Co-authored-by: Tom Bland <t.bland@imperial.ac.uk>
1 parent a1a1c73 commit 45f16d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ mod tests {
156156
region_id: "FRA".into(),
157157
capacity: Capacity(1.0),
158158
commission_year: 2010,
159-
..Default::default()
159+
max_decommission_year: None,
160160
})]
161161
fn test_read_assets_from_iter_invalid(
162162
#[case] asset: AssetRaw,

0 commit comments

Comments
 (0)