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

Remove strings.Compare from example-test #1367

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

ketsiambaku
Copy link
Contributor

@ketsiambaku ketsiambaku commented Sep 10, 2024

What changed?
Following up on #1366
Replaced strings compare by simple (less than) "<" sign. It essentially does the same thing, however < happens to be simpler to follow

Why?

How did you test it?
unit test

Potential risks

Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.48%. Comparing base (74f6915) to head (bf941c7).
Report is 1 commits behind head on master.

Additional details and impacted files

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 74f6915...bf941c7. Read the comment docs.

@ketsiambaku ketsiambaku merged commit 4d4c09f into cadence-workflow:master Sep 11, 2024
13 checks passed
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