Skip to content

Commit

Permalink
Minor test description fix (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestephenson authored and alexandru committed Oct 27, 2017
1 parent 212ee47 commit 18f91fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ object AsyncStateActionObservableSuite extends TestSuite[TestScheduler] {
assertEquals(received, Platform.recommendedBatchSize * 2)
}

test("fromStateAction should be cancelable") { implicit s =>
test("fromAsyncStateAction should be cancelable") { implicit s =>
var wasCompleted = false
var sum = 0

Expand Down

0 comments on commit 18f91fd

Please sign in to comment.