-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12048] Migrate tests #13206
[#12048] Migrate tests #13206
Conversation
c421a54
to
7f0321d
Compare
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.
Nice work just a few comments
src/test/java/teammates/sqlui/webapi/DeleteFeedbackSessionActionTest.java
Outdated
Show resolved
Hide resolved
src/test/java/teammates/sqlui/webapi/DeleteFeedbackSessionActionTest.java
Outdated
Show resolved
Hide resolved
Course course; | ||
Team team; | ||
Section section; |
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.
small nit lets private these for consistency too
src/test/java/teammates/sqlui/webapi/EnrollStudentsActionTest.java
Outdated
Show resolved
Hide resolved
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.
Nice work, thanks for the PR! Just one small comment
src/test/java/teammates/sqlui/webapi/DeleteFeedbackSessionActionTest.java
Show resolved
Hide resolved
59933f3
to
645e6ac
Compare
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!
Part of #12048
Outline of Solution
Change EnrollStudentsActionTest.java and DeleteFeedbackSessionActionTest.java to ensure compatibility with the PostgreSQL database following the database migration.