Skip to content

Commit

Permalink
COMP: test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Mar 14, 2019
1 parent 5613dac commit 9ebcc2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-antsrMotionCalculation.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ test_that(


test_that(
"antsrMotionCalculation gives different result w/diff seed", {
testthat::expect_failure(testthat::expect_equal(res, res3))
"antsrMotionCalculation gives same result w/diff seed", {
testthat::expect_equal(res, res3)
})


0 comments on commit 9ebcc2c

Please sign in to comment.