Skip to content

Commit 777c261

Browse files
nkanu17Copilot
andauthored
Update tests/test_parameter_substitution.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a1a74c7 commit 777c261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_parameter_substitution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
2. Quote escaping bug: Single quotes in values should be SQL-escaped
66
3. Edge cases: Multiple occurrences, similar names, special characters
77
8-
Following TDD approach: These tests should FAIL initially, demonstrating the bugs exist.
8+
Following a TDD approach: These tests were written to fail when the bugs were present and now verify that the fixes work correctly and prevent regressions.
99
"""
1010

1111
import pytest

0 commit comments

Comments
 (0)