Skip to content

Commit 015874f

Browse files
committed
Fix failing test.
1 parent d820912 commit 015874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-exception_handling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ test_that("warning is given when transformers does not contain a version", {
3232
}
3333
expect_fun(
3434
assert_transformers(sg),
35-
"name and a version field are depreciated and will be removed in a future version of styler"
35+
"name and a version field are deprecated and will be removed in a future version of styler"
3636
)
3737
})

0 commit comments

Comments
 (0)