mirror of https://codeberg.org/topola/topola.git
tests: update tht_diode_bridge_rectifier reference data
This commit is contained in:
parent
fc1f7e2613
commit
c5148b0cb1
|
|
@ -47,7 +47,7 @@ fn test_tht_diode_bridge_rectifier() {
|
|||
|
||||
common::assert_single_layer_groundless_autoroute(&mut autorouter, "F.Cu");
|
||||
//common::assert_number_of_conncomps(&mut autorouter, 4);
|
||||
common::assert_band_length(autorouter.board(), "J2-2", "D4-2", 15511.0, 0.5);
|
||||
common::assert_band_length(autorouter.board(), "J2-2", "D4-2", 15500.0, 0.5);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in New Issue