Skip to content

Commit a501b8b

Browse files
committed
Fix missed None
1 parent fbb266f commit a501b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rbuilder/src/backtest/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ mod test {
744744
refund_identity: None,
745745
version: Some(RawBundle::encode_version(LAST_BUNDLE_VERSION)),
746746
bundle_hash: None,
747-
disable_cross_region_sharing: None,
747+
disable_cross_region_sharing: false,
748748
},
749749
})),
750750
}

0 commit comments

Comments
 (0)