Skip to content

Commit 7afbabc

Browse files
authored
chore: remove toilet paper on shoe
Claude chattily records the minutiae of transforming text from one file to another. That's not helpful to future maintainers, and will confuse newcomers to the code base.
1 parent 95ce76e commit 7afbabc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/sqlx/tests/constraint_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async fn foreign_key_constraint_with_encrypted(pool: PgPool) -> Result<()> {
223223
}
224224

225225
// ========================================================================
226-
// EQL-Specific Constraint Tests (from src/encrypted/constraints_test.sql)
226+
// EQL-Specific Constraint Tests
227227
// ========================================================================
228228

229229
#[sqlx::test(fixtures(path = "../fixtures", scripts("encrypted_json")))]

tests/sqlx/tests/order_by_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async fn order_by_asc_with_greater_than_returns_lowest(pool: PgPool) -> Result<(
119119
Ok(())
120120
}
121121

122-
// NULL ordering tests - replicating SQL test cases from order_by_test.sql lines 93-116
122+
// NULL ordering tests
123123

124124
#[sqlx::test]
125125
async fn order_by_asc_nulls_first_returns_null_record_first(pool: PgPool) -> Result<()> {
@@ -329,7 +329,7 @@ async fn order_by_desc_nulls_last_returns_largest_value_first(pool: PgPool) -> R
329329
Ok(())
330330
}
331331

332-
// eql_v2.order_by() helper function tests - from order_by_test.sql lines 133-144
332+
// eql_v2.order_by() helper function tests
333333

334334
#[sqlx::test]
335335
async fn order_by_helper_function_desc_returns_correct_count(pool: PgPool) -> Result<()> {

0 commit comments

Comments
 (0)