We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c5e66 commit 64eb109Copy full SHA for 64eb109
Tests/LiveKitTests/CompleterTests.swift
@@ -19,7 +19,7 @@ import XCTest
19
20
class CompleterTests: XCTestCase {
21
22
- struct TestState {
+ struct TestState: Equatable {
23
var completer = Completer<String>()
24
}
25
Tests/LiveKitTests/ThreadSafetyTests.swift
class ThreadSafetyTests: XCTestCase {
var dictionary = [String: String]()
var counter = 0
0 commit comments