Fix tests

This commit is contained in:
Julia 2023-05-25 10:31:19 -04:00
parent 8d662edb6c
commit f40c498491
6 changed files with 6 additions and 0 deletions

View file

@ -1198,6 +1198,7 @@ mod tests {
super::init(cx);
editor::init(cx);
workspace::init_settings(cx);
Project::init_settings(cx);
state
})
}