Fixed config tests after Config::get_option API change.
This commit is contained in:
parent
7d744529e6
commit
4509336d74
1 changed files with 2 additions and 1 deletions
|
@ -571,6 +571,7 @@ mod test {
|
|||
},
|
||||
..Default::default()
|
||||
};
|
||||
assert_eq!(cfg.get_option("testing"), "test");
|
||||
assert_eq!(cfg.get_option("testing"), Some("test"));
|
||||
assert_eq!(cfg.get_option("not"), None);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue