Skip to content

update tests

update tests #947

GitHub Actions / Jest Unit Test Results failed Dec 9, 2024 in 0s

1 fail, 2 skipped, 280 pass in 3m 8s

    1 files  ±0    89 suites  ±0   3m 8s ⏱️ -8s
283 tests ±0  280 ✔️ ±0  2 💤 ±0  1 ±0 
287 runs  ±0  283 ✔️ ±0  3 💤 ±0  1 ±0 

Results for commit 7351634. ± Comparison against earlier commit aec960e.

Annotations

Check warning on line 0 in useSelectedOrganizationVersion should return selected version data

See this annotation in the file changed.

@github-actions github-actions / Jest Unit Test Results

useSelectedOrganizationVersion should return selected version data (useSelectedOrganizationVersion should return selected version data) failed

artifacts/jest-junit/junit.xml
Raw output
Error: expect(received).toEqual(expected) // deep equality

- Expected  - 0
+ Received  + 1

@@ -59,10 +59,11 @@
    "contactsList": Array [
      Object {
        "id": "contact1",
      },
    ],
+   "createdByUser": null,
    "description": "Use for rush orders, replacement requests, and second hand market",
    "discountPercent": 0,
    "edi": Object {
      "ediJob": Object {
        "date": "2021-06-16",
    at Object.toEqual (/home/runner/work/ui-organizations/ui-organizations/src/Organizations/OrganizationVersion/hooks/useSelectedOrganizationVersion/useSelectedOrganizationVersion.test.js:82:44)