Adding QFieldType.LONG

This commit is contained in:
2023-12-22 19:02:36 -06:00
parent 2fc513891f
commit 346443996b

View File

@ -103,6 +103,7 @@ public class RunBackendStepActionTest extends BaseTest
{
case STRING -> "ABC";
case INTEGER -> 42;
case LONG -> 42L;
case DECIMAL -> new BigDecimal("47");
case BOOLEAN -> true;
case DATE, TIME, DATE_TIME -> null;