Skip to content

Commit 446ad6a

Browse files
committed
Fix naming for testcase
1 parent 033a00e commit 446ad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ class SignalProducerLiftingSpec: QuickSpec {
18151815
expect(oddCompleted) == true
18161816
}
18171817

1818-
it("should terminate correctly receiving an error event") {
1818+
it("should terminate correctly receiving a failed event") {
18191819
let (signal, observer) = Signal<Int, TestError>.pipe()
18201820
let producer = SignalProducer<Int, TestError>(signal)
18211821
var interrupted = false

0 commit comments

Comments
 (0)