-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(cbdc-example): the tests of the CBDC app are not running #3034
Labels
bug
Something isn't working
Comments
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 28, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes hyperledger-cacti#3034 Signed-off-by: André Augusto <[email protected]>
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 28, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes hyperledger-cacti#3034 Signed-off-by: André Augusto <[email protected]>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 28, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes hyperledger-cacti#3034 Signed-off-by: André Augusto <[email protected]>
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 29, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes hyperledger-cacti#3034 Signed-off-by: André Augusto <[email protected]>
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Feb 29, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes hyperledger-cacti#3034 Signed-off-by: André Augusto <[email protected]>
outSH
pushed a commit
that referenced
this issue
Mar 1, 2024
* Chai was removed as dependency of the cbdc-backend package * A test scenario was removed in the 'bridge-back' feature due to having duplicated logic with another one in the same file * Some tests were failing due to timeouts, so we added an explicit and generous timeout limit for each step closes #3034 Signed-off-by: André Augusto <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The tests of the CBDC app are failing due to a problem with the
chai
package.To Reproduce
When running "npm run test" in
examples/cactus-example-cbdc-bridging-backend
an error is thrown.Expected behavior
All tests passing.
Logs/Stack traces
The text was updated successfully, but these errors were encountered: