We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1c5c6 commit 9e3e873Copy full SHA for 9e3e873
1 file changed
test/clj_googl/test/core.clj
@@ -2,5 +2,8 @@
2
(:use [clj-googl.core] :reload)
3
(:use [clojure.test]))
4
5
-(deftest replace-me ;; FIXME: write
6
- (is false "No tests have been written."))
+(deftest shorten-test
+ (is (= (shorten "http://google.com") "http://goo.gl/mR2d")))
7
+
8
+(deftest expand-test
9
+ (is (= (expand "http://goo.gl/mR2d") "http://google.com/")))
0 commit comments