Skip to content

Commit a1a1c73

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

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
@@ -116,7 +116,7 @@ mod tests {
116116
region_id: "GBR".into(),
117117
capacity: Capacity(1.0),
118118
commission_year: 2010,
119-
..Default::default()
119+
max_decommission_year: None,
120120
};
121121
let asset_out = Asset::new_future(
122122
"agent1".into(),

0 commit comments

Comments
 (0)