Skip to content

Commit fbd7979

Browse files
fix comment
1 parent dbbaa0e commit fbd7979

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

query/src/org/labkey/query/QueryTestCase.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ d,seven,twelve,day,month,date,duration,guid
913913
}
914914
},
915915
916-
// test operators in WHEN expression
917-
new SqlTest("SELECT CASE WHEN 1=1 THEN 'a' || 'b' ELSE CASE WHEN (2=2) THEN 'two' ELSE NULL END END")
916+
// test operators in THEN expression
917+
new SqlTest("SELECT CASE WHEN 1=1 THEN 'a' || 'b' ELSE 'x' || 'y' END")
918918
);
919919
920920
List<SqlTest> postgres = List.of(

0 commit comments

Comments
 (0)