Skip to content

Commit

Permalink
chore: update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 16, 2023
1 parent 39e8d4d commit 2540222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/java/edge/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe("java full integration", () => {
"${element(list_block_resource.list.req, 0).reqbool}",
]);
expect(item.strList).toEqual([
'${lookup(map_resource.map.optMap, "key1", "missing")}',
"${list_block_resource.list.req[0].reqstr}",
]);
expect(item.numList).toEqual([
"${element(list_block_resource.list.req, 0).reqnum}",
Expand Down

0 comments on commit 2540222

Please sign in to comment.