Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Spelling fix for unique (throwing version)
Co-authored-by: Nate Cook <natecook@apple.com>
  • Loading branch information
phausler and natecook1000 authored Jan 12, 2022
commit 81c2c9536479c2ebd488ff3cc38fa184cba24418
2 changes: 1 addition & 1 deletion Tests/AsyncAlgorithmsTests/TestDictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class TestDictionary: XCTestCase {
XCTAssertEqual(expected, actual)
}

func test_throwing_uniqingWith() async {
func test_throwing_uniquingWith() async {
let source = Array([1, 2, 3, 4, 5, 6])
let input = source.async.map { (value: Int) async throws -> (Int, Int) in
if value == 4 { throw NSError(domain: NSCocoaErrorDomain, code: -1, userInfo: nil) }
Expand Down