Skip to content

Commit

Permalink
fixed findings 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Aug 5, 2024
1 parent 656413d commit 3836328
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package org.roboquant.feeds

import kotlinx.coroutines.runBlocking
import org.junit.jupiter.api.assertDoesNotThrow
import org.roboquant.common.*
import org.roboquant.feeds.random.RandomWalk
import org.roboquant.runAsync
Expand Down Expand Up @@ -101,6 +103,11 @@ internal class AggregatorFeedTest {
runAsync(aggFeed, EMACrossover(), timeframe = it)
}
}
assertDoesNotThrow {
runBlocking {
jobs.joinAll()
}
}
}

@Test
Expand Down

0 comments on commit 3836328

Please sign in to comment.