Get tests green

This commit is contained in:
Mikayla 2023-11-08 10:38:43 -08:00
parent 9b30f490c7
commit e1cb993878
No known key found for this signature in database
133 changed files with 130 additions and 31992 deletions

View file

@ -122,7 +122,6 @@ impl TestServer {
pub async fn create_client(&mut self, cx: &mut TestAppContext, name: &str) -> TestClient {
cx.update(|cx| {
println!("PLS SHOW UP");
if cx.has_global::<SettingsStore>() {
panic!("Same cx used to create two test clients")
}