Skip to content

Commit 538a993

Browse files
committed
tests: drop stray 'Issue #161' prefix from section banner
1 parent e996b2b commit 538a993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_param_conversions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ TEST_F(ParamConversionsTest, NumericAsCharParam) {
277277
EXPECT_NEAR(atof(result.c_str()), 1234.5678, 0.001);
278278
}
279279

280-
// ===== Issue #161: numeric C type → VARCHAR parameter through a stored procedure =====
280+
// ===== numeric C type → VARCHAR parameter through a stored procedure =====
281281
//
282282
// Binds SQL_C_SLONG (or wider numeric) to a Firebird VARCHAR stored-procedure
283283
// parameter, executes the statement many times reusing the bind, and verifies

0 commit comments

Comments
 (0)