[WIP]Feat(cosmic-config): '::new_data'
This commit is contained in:
parent
c52ef97650
commit
8e50f663a3
2 changed files with 37 additions and 0 deletions
|
|
@ -88,4 +88,7 @@ pub fn main() {
|
|||
|
||||
println!("Testing state");
|
||||
test_config(Config::new_state("com.system76.Example", 1).unwrap());
|
||||
|
||||
println!("Testing data");
|
||||
test_config(Config::new_data("com.system76.Example", 1).unwrap());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue