Skip to content

Commit 15f3df6

Browse files
committed
fix: cleanup
1 parent 4d0d075 commit 15f3df6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/pgt_lsp/tests/server.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ use sqlx::Executor;
2323
use std::any::type_name;
2424
use std::fmt::Display;
2525
use std::time::Duration;
26-
use test_log::test;
2726
use tower::timeout::Timeout;
2827
use tower::{Service, ServiceExt};
2928
use tower_lsp::LspService;
@@ -458,7 +457,7 @@ async fn server_shutdown() -> Result<()> {
458457
Ok(())
459458
}
460459

461-
#[test(tokio::test)]
460+
#[tokio::test]
462461
async fn test_completions() -> Result<()> {
463462
let factory = ServerFactory::default();
464463
let mut fs = MemoryFileSystem::default();

0 commit comments

Comments
 (0)