This commit is contained in:
Mikayla 2023-11-06 11:18:56 -08:00
parent d66ed4310f
commit 75a80811b3
No known key found for this signature in database
5 changed files with 15 additions and 2 deletions

View file

@ -122,6 +122,7 @@ 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")
}