Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jsoup from 1.13.1 to 1.14.2 #518

Merged
merged 2 commits into from
Aug 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Webgraph test for JSoup version update.
  • Loading branch information
ruebot committed Aug 24, 2021
commit 20a47c9462a7c2b794df551e82539c7f16c7dad3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class WebGraphExtractorTest extends FunSuite with BeforeAndAfter {
test("Web graph extractor DF") {
val df = RecordLoader.loadArchives(arcPath, sc).webgraph()
val dfResults = WebGraphExtractor(df).collect()
val RESULTSLENGTH = 37825
val RESULTSLENGTH = 37826

assert(dfResults.length == RESULTSLENGTH)
assert(dfResults(0).get(0) == "20080430")
Expand Down