mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-17 02:43:04 +00:00
lsp: Clean up language::test module use
This commit is contained in:
parent
9eef4c9a96
commit
2008136316
2 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ impl DocumentCache {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate::test::complex_document_cache;
|
use crate::language::test::complex_document_cache;
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1245,7 +1245,7 @@ pub mod tests {
|
||||||
|
|
||||||
use lsp_types::WorkspaceEdit;
|
use lsp_types::WorkspaceEdit;
|
||||||
|
|
||||||
use test::{complex_document_cache, loaded_document_cache};
|
use crate::language::test::{complex_document_cache, loaded_document_cache};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_reload_document_invalid_contents() {
|
fn test_reload_document_invalid_contents() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue