Skip to content

Commit

Permalink
scrooge: Address ServiceGeneratorSpec imports
Browse files Browse the repository at this point in the history
Problem/Solution

The ServiceGeneratorSpec is still missing an import definition
as per the last TravisCI build here:

https://api.travis-ci.org/jobs/177845243/log.txt?deansi=true

Add the missing import.

RB_ID=892713
  • Loading branch information
cacoco authored and jenkins committed Nov 22, 2016
1 parent 6df8eea commit 6da932a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.twitter.finagle.service.{ResponseClass, ResponseClassifier, ReqRep}
import com.twitter.finagle.{Address, ListeningServer, Name, Thrift, Service, SimpleFilter, SourcedException}
import com.twitter.finagle.stats.InMemoryStatsReceiver
import com.twitter.finagle.thrift.{ThriftClientRequest, ThriftServiceIface}
import com.twitter.scrooge.{ThriftStruct, ThriftException}
import com.twitter.scrooge.{ThriftStruct, ThriftStructCodec, ThriftException}
import com.twitter.scrooge.testutil.{EvalHelper, JMockSpec}
import com.twitter.util.{Await, Future, Return}
import java.net.{InetAddress, InetSocketAddress}
Expand Down

0 comments on commit 6da932a

Please sign in to comment.