Preventing the TimerBasedThrottlerSpec printing to the console
This commit is contained in:
parent
3cd23f5f34
commit
b1d96c8794
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class TimerBasedThrottlerSpec extends TestKit(ActorSystem("TimerBasedThrottlerSp
|
|||
}
|
||||
|
||||
"A throttler" must {
|
||||
|
||||
def println(a: Any) = ()
|
||||
"must pass the ScalaDoc class documentation example program" in {
|
||||
//#demo-code
|
||||
// A simple actor that prints whatever it receives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue