Skip to content

Commit

Permalink
save the file...
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Aug 12, 2024
1 parent 3cd5fad commit c9d16fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-anlz_fibmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("Checking anlz_fibmatrix station warning some insufficient data", {
})

test_that("Checking anlz_fibmatrix station error all insufficient data", {
expect_warning(anlz_fibmatrix(fibdata, indic = 'fcolif', stas = '616'), regexp = 'No stations with sufficient data for lagyr',
expect_error(anlz_fibmatrix(fibdata, indic = 'fcolif', stas = '616'), regexp = 'No stations with sufficient data for lagyr',
fixed = T)
})

Expand Down

0 comments on commit c9d16fb

Please sign in to comment.