Skip to content

Commit

Permalink
Update Webgraph test for JSoup version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Aug 24, 2021
1 parent 52eb1aa commit 20a47c9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 20a47c9

Please sign in to comment.