Skip to content

Commit 56ee8f6

Browse files
committed
Fix naming for testcase
1 parent f4ae595 commit 56ee8f6

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
@@ -2075,7 +2075,7 @@ class SignalProducerLiftingSpec: QuickSpec {
20752075
expect(oddCompleted) == true
20762076
}
20772077

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

0 commit comments

Comments
 (0)