Skip to content
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

Fix issues which are blocking the build pipeline #769

Merged
merged 1 commit into from
Sep 3, 2021

Conversation

bigmontz
Copy link
Contributor

@bigmontz bigmontz commented Sep 3, 2021

The wrong typecasting the record.ts was giving a Type 'any' cannot be used to index type 'Entries'. during the build. And it was fixed just by adjusting the type casting.

The test case Result Promise should call finally on error was not handling correctly the error before call finally and it was giving Unhandled promise rejection error during the tests.

The wrong typecasting the `record.ts` was giving a `Type 'any' cannot be used to index type 'Entries'.` during the build. And it was fixed just by adjusting the type casting.

The test case `Result Promise should call finally on error` was not handling correctly the error before call finally and it was giving `Unhandled promise rejection` error during the tests.
@injectives injectives self-requested a review September 3, 2021 15:41
Copy link
Contributor

@injectives injectives left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bigmontz bigmontz merged commit d693a2b into neo4j:4.4 Sep 3, 2021
@bigmontz bigmontz deleted the 4.4-fix-build branch September 3, 2021 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants