FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

reword spec · devhttps/frontend@ee81507 · GitHub

Commit ee81507

Browse files
committed
reword spec
1 parent dc88aaf commit ee81507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎common/test/concurrent/FutureSemaphoreTest.scala‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class FutureSemaphoreTest extends FlatSpec with Matchers with ScalaFutures {
1212

1313
// These tests are horrid, perhaps they should not be included
1414

15-
"FutureSemaphore" should "return results when executing fewer tasks than the threshold" in {
15+
"FutureSemaphore" should "complete 4 out of 4 tasks when threshold is 4" in {
1616
val actor = FutureSemaphore.actorRef(4)
1717
whenReady {
1818
Future.traverse(1 to 4)(_ => FutureSemaphore.executeTask(actor, Future(Thread.sleep(2))))

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL