diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-20 00:34:24 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-19 06:34:24 -0700 |
| commit | 2b279ad630651e973d5a31586f58809f005bc925 (patch) | |
| tree | 3e3cbeb4126643c75381dd5422e8603a7488bb8a /Cargo.lock | |
| parent | eb542bc185c6c4ce1847417a2dfdf04862cd86db (diff) | |
chore: move `test_util` to `tests/util/server` (#22444)
As discussed with @mmastrac.
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5b26beca8..f97bbf340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ "pretty_assertions", "serde", "serde_repr", - "test_util", + "test_server", "tokio", "tokio-util", "tower-lsp", @@ -1090,7 +1090,7 @@ dependencies = [ "shell-escape", "tar", "tempfile", - "test_util", + "test_server", "text-size", "text_lines", "thiserror", @@ -1758,7 +1758,7 @@ dependencies = [ "rustyline", "serde", "signal-hook-registry", - "test_util", + "test_server", "tokio", "tokio-metrics", "uuid", @@ -6378,7 +6378,7 @@ name = "test_ffi" version = "0.1.0" dependencies = [ "pretty_assertions", - "test_util", + "test_server", ] [[package]] @@ -6387,11 +6387,11 @@ version = "0.1.0" dependencies = [ "napi-build", "napi-sys", - "test_util", + "test_server", ] [[package]] -name = "test_util" +name = "test_server" version = "0.1.0" dependencies = [ "anyhow", |
