-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Fix]Failing tests #509
[Fix]Failing tests #509
Conversation
Generated by 🚫 Danger |
@@ -8,89 +8,89 @@ import XCTest | |||
|
|||
final class SFUMiddleware_Tests: XCTestCase, @unchecked Sendable { | |||
|
|||
private var mockSFUService: MockSignalServer! |
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.
shouldn't we just delete this file?
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.
We will end up removing it, but before doing i would like to write the tests for the new SFUEventAdapter and ensure that all the cases in this file, will be covered in the new tests.
SDK Size
|
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
🎯 Goal
This revision tries to bring most of Tests back online in order to provide status visibility on the reconnection-v2 branch.