WIP
This commit is contained in:
parent
d66ed4310f
commit
75a80811b3
5 changed files with 15 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue