diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-09-05 15:04:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-09-05 15:04:14 -0700 |
commit | 9d21a922386624b39b730849ab56c00a061f255f (patch) | |
tree | 836fe493d9fc5c531a1b2a020ae7d4b6d1384ea5 /scalding/src/test | |
parent | cb8a3684867adceb9ac363799ef10be0ebca7850 (diff) | |
download | sandcrawler-9d21a922386624b39b730849ab56c00a061f255f.tar.gz sandcrawler-9d21a922386624b39b730849ab56c00a061f255f.zip |
blacklist -> denylist
Diffstat (limited to 'scalding/src/test')
-rw-r--r-- | scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala b/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala index 112a5e5..c847296 100644 --- a/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala +++ b/scalding/src/test/scala/sandcrawler/ScorableFeaturesTest.scala @@ -42,7 +42,7 @@ class ScorableFeaturesTest extends FlatSpec with Matchers { it should "filter stub titles" in { titleToSlug("abstract") shouldBe (None) titleToSlug("title!") shouldBe (None) - titleToSlug("a real title which is not on blacklist") shouldBe Some("arealtitlewhichisnotonblacklist") + titleToSlug("a real title which is not on denylist") shouldBe Some("arealtitlewhichisnotondenylist") } it should "strip special characters" in { |