Skip to content

Commit

Permalink
Removed spurious whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Truslove committed Oct 14, 2015
1 parent f2add9f commit ffa2657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/boilerpipe_clj/extractors.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns boilerpipe-clj.extractors
(:import (de.l3s.boilerpipe.extractors
(ns boilerpipe-clj.extractors
(:import (de.l3s.boilerpipe.extractors
ArticleExtractor
ArticleSentencesExtractor
DefaultExtractor)))
Expand Down
6 changes: 3 additions & 3 deletions test/boilerpipe_clj/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[boilerpipe-clj.core :refer :all]
[boilerpipe-clj.extractors :as ext]))

(defonce test-article
(defonce test-article
(slurp "./test/boilerpipe_clj/resources/greenspun-test.html"))

(def extractors [ext/default-extractor
Expand All @@ -13,8 +13,8 @@
(deftest get-text-extraction
(testing "get-text extracts something from an article
without a provided extractor"
(let [res (get-text test-article)]
(is (and
(let [res (get-text test-article)]
(is (and
(not= res "")
(not= res nil)))))
(testing "All the available extractors extract something
Expand Down

0 comments on commit ffa2657

Please sign in to comment.