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 8e2d413 commit f2c57a3Copy full SHA for f2c57a3
Tests/ExtensionsTests/PublisherSinksTests.swift
@@ -234,7 +234,7 @@ class PublisherSinksTests: XCTestCase {
234
let emptyBagExpectation = createEmptyBagExpectation(from: bag)
235
236
/// Perform test
237
- var publisher: PassthroughSubject<String, MockError>? = .init()
+ let publisher: PassthroughSubject<String, MockError>? = .init()
238
publisher?.sink(receiveValue: { value in
239
XCTFail("Publisher should not have published a value.")
240
}, receiveError: { error in
0 commit comments