Skip to content
Snippets Groups Projects
Commit 3ccdb96d authored by Zbynek Slajchrt's avatar Zbynek Slajchrt
Browse files

Output.ContainsError replaced by Output.IgnoreErrorContext

parent d20b7a14
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,6 @@ public class TestBuiltin_col extends TestBase {
@Test
public void testCasts0() {
assertEval(Output.ContainsError, "col(NULL)");
assertEval(Output.IgnoreErrorContext, "col(NULL)");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment