We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700576 commit 020615cCopy full SHA for 020615c
tests/testthat/test-traffic-history.R
@@ -16,4 +16,8 @@ test_that("traffic_history works", {
16
17
traffic_history(url="http://www.google.com", start="20160505")
18
expect_that(traffic, is_a("data.frame"))
19
+
20
+ traffic_history(url="http://www.collegeweeklive.com", start="20160505")
21
+ expect_that(traffic, is_a("data.frame"))
22
23
})
0 commit comments