feat: add test structure
This commit is contained in:
parent
db07ed669b
commit
5650131974
@ -220,3 +220,12 @@ pub fn change_setting(
|
||||
|
||||
RubbleResponder::Redirect("/admin/panel".into())
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
|
||||
#[test]
|
||||
fn test_normal() {
|
||||
assert_eq!(1, 1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user