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

1 line test adjustment #260

Conversation

philipch07
Copy link
Contributor

Changed a test line from:
assert_eq!(sum.is_monotonic, true);
to
assert!(sum.is_monotonic);.

That is all.

Copy link
Member

@lennartkloock lennartkloock left a comment

Choose a reason for hiding this comment

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

thanks!

@lennartkloock
Copy link
Member

?brawl merge

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 20, 2025

📌 Commit 49e0521 has been approved and added to the merge queue.

Requested by: @lennartkloock

Approved by: @lennartkloock

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 20, 2025

⌛ Trying commit 49e0521 with merge 4442703...

@scuffle-brawl
Copy link
Contributor

scuffle-brawl bot commented Jan 20, 2025

🎉 Build successful!
Completed in 8:22

Approved by: @lennartkloock
Pushing 4442703 to main

@scuffle-brawl scuffle-brawl bot merged commit 4442703 into ScuffleCloud:main Jan 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants