-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add support for running tests towards a postgreSQL database #1966
Conversation
🔔 Migrations changes detected 🔔 |
06ca867
to
1061193
Compare
1061193
to
36b2624
Compare
Awaiting merge of #1965 before review is required |
7ef4353
to
ab69746
Compare
@@ -272,7 +274,7 @@ await missionRunThreeResponse.Content.ReadFromJsonAsync<MissionRun>( | |||
Assert.Equal(missionRunOne!.MissionId, activeMissionRun.MissionId); | |||
Assert.Equal(missionRunTwo!.MissionId, activeMissionRun.MissionId); | |||
Assert.Equal(missionRunThree!.MissionId, activeMissionRun.MissionId); | |||
Assert.True(nextMissionRun.Id == missionRunOne.Id); | |||
Assert.True(nextMissionRun.Id == missionRunTwo.Id); |
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.
I changed this in a previous PR but had to change it back. Suspect this assert might be a bit dependent on luck.
a9e0090
to
3989e34
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
3989e34
to
58bdd00
Compare
Ready for review checklist: