We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f20d9 commit c1f16dcCopy full SHA for c1f16dc
tests/testthat/test-exception_handling.R
@@ -32,6 +32,6 @@ test_that("warning is given when transformers does not contain a version", {
32
}
33
expect_fun(
34
assert_transformers(sg),
35
- "name and a version field are depreciated and won't be supported in styler >= 1.4"
+ "name and a version field are depreciated and are not supported in styler >= 1.4"
36
)
37
})
0 commit comments