Fix running client crate tests

Antonio Scandurra created

Change summary

crates/client/Cargo.toml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/client/Cargo.toml 🔗

@@ -45,3 +45,4 @@ collections = { path = "../collections", features = ["test-support"] }
 gpui = { path = "../gpui", features = ["test-support"] }
 rpc = { path = "../rpc", features = ["test-support"] }
 settings = { path = "../settings", features = ["test-support"] }
+util = { path = "../util", features = ["test-support"] }