-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: Add unit-tests for @PrimaryKey and @FirstKey/@SequenceKey #1189
feat: Add unit-tests for @PrimaryKey and @FirstKey/@SequenceKey #1189
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
core/src/main/java/org/mobilitydata/gtfsvalidator/testing/LoadingHelper.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/mobilitydata/gtfsvalidator/testing/LoadingHelper.java
Show resolved
Hide resolved
Hey @maximearmstrong, Artur has given this an LGTM but due to some issues with his work computer + GitHub account, he had to reset his account and lost review privileges. Any chance you can give this an approval while that's being sorted out? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you @bdferris-v2
In preparation for multi-colum primary key refactoring to come in support of #1187, this PR adds unit-tests for @PrimaryKey and @FirstKey/@SequenceKey
gradle test
to make sure you didn't break anything