Skip to content

Commit 60c3f45

Browse files
committed
fix: var name
1 parent ba1cec9 commit 60c3f45

File tree

1 file changed

+1
-1
lines changed
  • crates/pglt_cli/src/commands

1 file changed

+1
-1
lines changed

crates/pglt_cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,6 @@ mod tests {
396396
/// Tests that all CLI options adhere to the invariants expected by `bpaf`.
397397
#[test]
398398
fn check_options() {
399-
pglt_lsp_command().check_invariants(false);
399+
pglt_command().check_invariants(false);
400400
}
401401
}

0 commit comments

Comments
 (0)