refactor: continue refactoring kernel
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
use lcrconn::spec;
|
||||
|
||||
#[test]
|
||||
fn test_spec_preset() {
|
||||
// All individual preset and catalog preset should nit panic
|
||||
let specs = spec::SpecGroup::resistor_preset();
|
||||
let specs = spec::SpecGroup::capacitor_preset();
|
||||
let specs = spec::SpecGroup::inductor_preset();
|
||||
|
||||
let specs = spec::SpecCatalog::devices_preset();
|
||||
}
|
||||
Reference in New Issue
Block a user