Skip to content

Commit 05aeafb

Browse files
committed
Modify a test name
1 parent 30378ae commit 05aeafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveTaskTests/TaskSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import Result
1515

1616
class TaskSpec: QuickSpec {
1717
override func spec() {
18-
it("should notify that a task was launched") {
18+
it("should notify that a task is about to be launched") {
1919
var isLaunched: Bool = false
2020

2121
let task = Task("/usr/bin/true")

0 commit comments

Comments
 (0)