Skip to content

Commit

Permalink
Fix naming for testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-mexx committed Dec 30, 2016
1 parent 033a00e commit 446ad6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ class SignalProducerLiftingSpec: QuickSpec {
expect(oddCompleted) == true
}

it("should terminate correctly receiving an error event") {
it("should terminate correctly receiving a failed event") {
let (signal, observer) = Signal<Int, TestError>.pipe()
let producer = SignalProducer<Int, TestError>(signal)
var interrupted = false
Expand Down

0 comments on commit 446ad6a

Please sign in to comment.