relaycorp / veraid-authority

Cloud-native app that allows organisations to manage their VeraId members and the issuance of their respective bundles.
https://docs.relaycorp.tech/veraid-authority/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Flaky test breaks CI ocassionally #68

Closed gnarea closed 1 year ago

gnarea commented 1 year ago

https://github.com/relaycorp/veraid-authority/actions/runs/4564325901/jobs/8053948900

  ● org › createOrg › Clash with existing name should be refused

    expect(received).toBe(expected) // Object.is equality

    Expected: false
    Received: true

      10 |   result: Result<undefined, FailureReason>,
      11 | ): asserts result is FailureResult<FailureReason> {
    > 12 |   expect(result.didSucceed).toBe(false);
         |                             ^
      13 | }
      14 |

      at requireFailureResult (src/testUtils/result.ts:12:29)
      at Object.<anonymous> (src/org.spec.ts:102:7)
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.8.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: