Skip to content

Commit 2a5a208

Browse files
k
1 parent 1d09657 commit 2a5a208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_workspace/src/workspace/server.tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ async fn correctly_ignores_files() {
194194
let close_file_result =
195195
workspace.close_file(crate::workspace::CloseFileParams { path: path.clone() });
196196

197-
assert!(close_file_result.is_ok_and(|res| res == ()));
197+
assert!(close_file_result.is_ok());
198198

199199
let execute_statement_result =
200200
workspace.execute_statement(crate::workspace::ExecuteStatementParams {

0 commit comments

Comments
 (0)