Update to put the generated id on newly inserted cached records

This commit is contained in:
2023-07-03 11:09:01 -05:00
parent 9e4743e8d8
commit 40d073bf54
3 changed files with 31 additions and 8 deletions

View File

@ -87,6 +87,7 @@ class QueryActionCacheHelperTest extends BaseTest
assertNotEquals(0, queryOutput.getRecords().size());
assertNotNull(queryOutput.getRecords().get(0).getValue("cachedDate"));
assertEquals(3, queryOutput.getRecords().get(0).getValue("noOfSides"));
assertNotNull(queryOutput.getRecords().get(0).getValue("id"));
}
////////////////////////////////////////////////////////////////////////////////////