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

Improve our playground for modelling production data #51

Merged
merged 3 commits into from
May 16, 2022

Conversation

nicorichard
Copy link
Contributor

No description provided.

struct User {
var id: UUID
var name: String
var age: Int
var handedness: Handedness
Copy link
Contributor

Choose a reason for hiding this comment

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

You might have deleted this line accidentally

testAllSatisfy(under18UserGen) { user in
!user.isAdult
// the following condition should hold
!isAdult(user)
}
}
}

TestAgeRouting.defaultTestSuite.run()
Copy link
Contributor

Choose a reason for hiding this comment

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

TestAgeRouting -> TestAgeUsingGenything

@nicorichard nicorichard merged commit 6740ce6 into main May 16, 2022
@nicorichard nicorichard deleted the modelling-production-data branch May 16, 2022 15:49
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