Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Fixed typo (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists authored and jverkoey committed Dec 13, 2016
1 parent fea92d0 commit 01a4ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ObservableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ObservableTests: XCTestCase {
waitForExpectations(timeout: 0)
}

func testTwoParalellSubscriptions() {
func testTwoParallelSubscriptions() {
let value = 10

let observable = ValueObservable<Int> { observer in
Expand Down

0 comments on commit 01a4ce9

Please sign in to comment.