Fix test for JUnit 4

Original pull request #2229
See #2228
This commit is contained in:
Jens Schauder
2021-06-15 14:43:40 +02:00
parent 7cdc8fe120
commit 7ee5c28283

View File

@@ -73,7 +73,7 @@ public class ExpressionBasedStringQueryUnitTests {
}
@Test // GH-2228
void shouldDetectBindParameterCountCorrectlyWithJDBCStyleParameters() {
public void shouldDetectBindParameterCountCorrectlyWithJDBCStyleParameters() {
StringQuery query = new ExpressionBasedStringQuery(
"select n from #{#entityName} n where (LOWER(n.name) LIKE LOWER(NULLIF(text(concat('%',?#{#networkRequest.name},'%')), '')) OR ?#{#networkRequest.name} IS NULL )\"\n"