Skip to content

Commit 18861ca

Browse files
committed
Reformat new code w/ air
1 parent d23020d commit 18861ca

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/testthat/test-path.R

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,14 @@ describe("path", {
4949
})
5050

5151
it("errors on paths which are too long", {
52-
expect_snapshot(error = TRUE, {
53-
path(paste(rep("a", 100000), collapse = ""))
54-
do.call(path, as.list(rep("a", 100000)))
55-
}, transform = transform_path_max)
52+
expect_snapshot(
53+
error = TRUE,
54+
{
55+
path(paste(rep("a", 100000), collapse = ""))
56+
do.call(path, as.list(rep("a", 100000)))
57+
},
58+
transform = transform_path_max
59+
)
5660
})
5761

5862
it("follows recycling rules", {

0 commit comments

Comments
 (0)