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:Equality check crashes for empty Texts #39

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Conversation

rsjethani
Copy link
Owner

@rsjethani rsjethani commented Aug 16, 2024

The logic was not taking into account the possibility of arguments being
empty Texts hence was crashing on nil pointer error.

To fix the issue, firstly we expanded the example tests to cover all
possible cases and then improved logic to satisfy the tests.

@rsjethani rsjethani self-assigned this Aug 16, 2024
The logic was not taking into account the possibility of arguments being
empty Texts hence was crashing on nil pointer error.

To fix the issue, firstly we expanded the example tests to cover all
possible cases and then improved logic to statisfy the tests.
@rsjethani rsjethani changed the title Equality check bug fix FIX:Equality check crashes for empty Texts Aug 16, 2024
@rsjethani rsjethani merged commit 6c90e62 into main Aug 16, 2024
3 checks passed
@rsjethani rsjethani deleted the equality-check-bug-fix branch August 16, 2024 14:00
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.

1 participant