Skip to content

removing duplicate definition of async function from msvdatagrid #49

removing duplicate definition of async function from msvdatagrid

removing duplicate definition of async function from msvdatagrid #49

Triggered via push December 17, 2024 02:49
Status Failure
Total duration 2m 1s
Artifacts
build-app-development
1m 52s
build-app-development
deploy-app-development
0s
deploy-app-development
Fit to window
Zoom out
Zoom in

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