fix: dashboard now in as well as settings
This commit is contained in:
@@ -551,7 +551,7 @@ mod tests {
|
||||
Some(&dashboard),
|
||||
);
|
||||
match route {
|
||||
ContentRoute::Dashboard(state) => assert_eq!(state.project_name, "Test Project"),
|
||||
ContentRoute::Dashboard(state) => assert_eq!(state.subtitle, "Test Project"),
|
||||
_ => panic!("expected dashboard route"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user