-
Notifications
You must be signed in to change notification settings - Fork 60
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
test(peer-connection-managenent): Functional Tests #2321
Conversation
You can find the image built from this PR at
Built from 3d2eefe |
e0ed025
to
0cb7787
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.
I'm not sure I understand the point in mocking the migration.
If the mock returns ok
and the test check for ok
then obviously it's going to work no?
Otherwise LGTM
2ca8730
to
97a99b8
Compare
The idea is to test the top-level |
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.
Looks great! Thank you! :))
Description
Peer Connection Management Tests
Changes