Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 12, 2015
1 parent d699b98 commit 383c807
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/testthat/test-ncdc_datatypes.r
@@ -1,9 +1,10 @@
context("ncdc_datatypes")

key='YZJVDgzurxvMqiIcfpzrOozpRBVvTBhE'
# key='YZJVDgzurxvMqiIcfpzrOozpRBVvTBhE'

Sys.sleep(time = 0.5)
tt <- ncdc_datatypes(datasetid="ANNUAL", token=key)
tt <- ncdc_datatypes(datasetid="ANNUAL")
# tt <- ncdc_datatypes(datasetid="ANNUAL", token=key)

test_that("ncdc_datatypes returns the correct class", {
expect_is(tt, "ncdc_datatypes")
Expand Down

0 comments on commit 383c807

Please sign in to comment.