We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41405a6 commit 8cfef05Copy full SHA for 8cfef05
crates/pgt_typecheck/tests/diagnostics.rs
@@ -156,7 +156,7 @@ async fn invalid_type_in_function(test_db: PgPool) {
156
.test()
157
.await;
158
159
- /* NOTE: The replaced type default value is *longer* than the param name. */
+ /* NOTE: The replaced type default value is *shorter* than the param name. */
160
TestSetup {
161
name: "invalid_type_in_function_shorter_default",
162
setup: None,
0 commit comments