diff options
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 { |