From 31977e8aff2acbe2a79ff9fd04f0156f1f0a9bcc Mon Sep 17 00:00:00 2001 From: Jun Date: Mon, 13 Jul 2020 16:36:37 +0800 Subject: [PATCH] change ut --- .../diff/streamLocator/DiffStreamLocatorFromGithubTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }