Skip to content

Commit f32d5cb

Browse files
Update tests/testthat/test-utilities-break.R
Co-authored-by: Thomas Lin Pedersen <[email protected]>
1 parent 4299978 commit f32d5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-utilities-break.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
test_that("cut_interval gives the correct", {
1+
test_that("cut_interval throws the correct error message", {
22
expect_snapshot_error(cut_interval(x = 1:10, width = 10))
33
})

0 commit comments

Comments
 (0)