We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c533bae commit 6d9fefeCopy full SHA for 6d9fefe
api/src/config.rs
@@ -546,15 +546,15 @@ mod tests {
546
547
#[test]
548
fn mapping_serde() {
549
- for _ in 0..1000 {
+ for _ in 0..10000 {
550
let config = Mapping::random();
551
assert_eq!(Mapping::deserialize(&config.serialize()), Ok(config));
552
}
553
554
555
556
fn config_serde() {
557
558
let config = BootloaderConfig::random();
559
assert_eq!(
560
BootloaderConfig::deserialize(&config.serialize()),
0 commit comments