removing duplicate definition of async function from msvdatagrid #49
dev-forestgeo-livesite.yml
on: push
build-app-development
1m 52s
deploy-app-development
0s
Annotations
3 errors and 1 warning
__tests__/alltaxonomiesview_uqc.test.tsx > handleUpsertForSlices with AllTaxonomiesViewQueryConfig > should correctly propagate foreign keys across slices for AllTaxonomiesViewQueryConfig:
frontend/__tests__/alltaxonomiesview_uqc.test.tsx#L66
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- ObjectContaining {
- "FamilyID": 1,
+ Object {
"Genus": "Acacia",
"GenusAuthority": "Willd.",
},
"GenusID",
]
❯ __tests__/alltaxonomiesview_uqc.test.tsx:66:32
|
__tests__/stemtaxonomiesview_uqc.test.tsx > handleUpsertForSlices > should correctly propagate foreign keys across slices:
frontend/__tests__/stemtaxonomiesview_uqc.test.tsx#L57
AssertionError: expected 2nd "spy" call to have been called with [ { …(6) }, 'schema_name', …(3) ]
- Expected
+ Received
Array [
Object {
"beginTransaction": [Function spy],
"commit": [Function spy],
"execute": [Function spy],
"query": [Function spy],
"release": [Function spy],
"rollback": [Function spy],
},
"schema_name",
"genus",
- Object {
- "Family": undefined,
- "FamilyID": 1,
- "Genus": undefined,
- },
+ Object {},
"GenusID",
]
❯ __tests__/stemtaxonomiesview_uqc.test.tsx:57:32
|
build-app-development
Process completed with exit code 1.
|
build-app-development
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|