Skip to content

documentation updates #40

documentation updates

documentation updates #40

Triggered via push November 15, 2024 20:00
Status Failure
Total duration 2m 19s
Artifacts
build-app-development
2m 9s
build-app-development
deploy-app-development
0s
deploy-app-development
Fit to window
Zoom out
Zoom in

Annotations

3 errors
__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.