Skip to content

Commit

Permalink
fix up unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Jan 20, 2011
1 parent 90e5f7d commit 2a9dda6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -18,6 +18,7 @@ object ChannelServiceSpec extends Specification with Mockito {
val channel = mock[Channel]
val sink = mock[ChannelSink]
channel.getPipeline returns pipeline
channel.isOpen returns true
pipeline.attach(channel, sink)

"installs channel handler" in {
Expand Down

0 comments on commit 2a9dda6

Please sign in to comment.