Skip to content

Commit

Permalink
fix the fix with an eyeroll...
Browse files Browse the repository at this point in the history
  • Loading branch information
potterzot committed Oct 29, 2019
1 parent 9e5b8ff commit 3df65df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-gefs.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test_that("gefs_dimensions returns character list.", {
test_that("gefs_dimension_values errors", {
skip_on_os("windows")

expect_error(gefs_dimension_values(dim = "time1", var = temp),
expect_error(gefs_dimension_values(dim = "time2", var = temp),
"time2 is not in variable dimensions: lon, lat, height_above_ground, ens, time1.",
fixed = TRUE)
expect_error(gefs_dimension_values(),
Expand Down

0 comments on commit 3df65df

Please sign in to comment.