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

task #23 Vnaida/homework lesson 23 lambda homework #144

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

VNaida33
Copy link
Collaborator

No description provided.

@VNaida33 VNaida33 changed the base branch from main to valeria_naida_main_branch July 29, 2024 19:54

foreach (var item in myList)
{
if (item.Length == 3)
Copy link
Collaborator

Choose a reason for hiding this comment

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

by "Uncomment and implement without lambda functions" I meant not just some random lambda which fits Assert, but to rewrite previous test Test_Where_Lambda without lambda here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed


foreach (var item in myList)
{
if (item.Length <= 2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

the same here. I meant condition "Length > 0"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@vldemyan i'll update the tests to be aligned with logic.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed

@VNaida33 VNaida33 merged commit ef98c0f into valeria_naida_main_branch Jul 30, 2024
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.

3 participants