Browse Source

test update

tags/v0.3.0
Bob Rudis 8 years ago
parent
commit
0af2d657b3
  1. 2
      tests/testthat/test-wand.R

2
tests/testthat/test-wand.R

@ -7,6 +7,6 @@ test_that("we can do something", {
tmp <- unlist(tmp, use.names=FALSE)
tmp <- sort(tmp)
expect_that(tmp[2], equals("C source, ASCII text"))
expect_that(tmp[3], equals("C source, ASCII text"))
})

Loading…
Cancel
Save