Skip to content

Commit 8cfef05

Browse files
Update crates/pgt_typecheck/tests/diagnostics.rs
1 parent 41405a6 commit 8cfef05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_typecheck/tests/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async fn invalid_type_in_function(test_db: PgPool) {
156156
.test()
157157
.await;
158158

159-
/* NOTE: The replaced type default value is *longer* than the param name. */
159+
/* NOTE: The replaced type default value is *shorter* than the param name. */
160160
TestSetup {
161161
name: "invalid_type_in_function_shorter_default",
162162
setup: None,

0 commit comments

Comments
 (0)