diff --git a/poc/github/test/src/poc/github/diff/streamLocator/DiffStreamLocatorFromGithubTest.scala b/poc/github/test/src/poc/github/diff/streamLocator/DiffStreamLocatorFromGithubTest.scala index f48c340..21483c6 100644 --- a/poc/github/test/src/poc/github/diff/streamLocator/DiffStreamLocatorFromGithubTest.scala +++ b/poc/github/test/src/poc/github/diff/streamLocator/DiffStreamLocatorFromGithubTest.scala @@ -26,7 +26,7 @@ object DiffStreamLocatorFromGithubTest extends TestSuite { val diffStream = diffFromGithub.getDiffStreamByPullRequest(pullRequestId) val diffLines = Source.fromInputStream(diffStream).getLines().toSeq - diffLines.length ==> 10 + diffLines.length ==> 1 } } }