Skip to content

Commit

Permalink
Add more tests for Scan, TryScan
Browse files Browse the repository at this point in the history
  • Loading branch information
broadwaylamb committed Oct 17, 2019
1 parent e9fa638 commit a773ba5
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 222 deletions.
4 changes: 2 additions & 2 deletions Sources/OpenCombine/Publishers/Publishers.Scan.swift
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ extension Publishers.Scan {
downstream.receive(completion: completion)
}

var description: String { "Scan" }
var description: String { return "Scan" }

var customMirror: Mirror {
let children: [Mirror.Child] = [
Expand Down Expand Up @@ -280,7 +280,7 @@ extension Publishers.TryScan {
subscription.cancel()
}

var description: String { "TryScan" }
var description: String { return "TryScan" }

var customMirror: Mirror {
lock.lock()
Expand Down

0 comments on commit a773ba5

Please sign in to comment.