Skip to content

Commit 84d65c4

Browse files
committed
air format . with 0.4.1
1 parent 7674ec0 commit 84d65c4

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

tests/testthat/test-time-point.R

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,9 @@ test_that("both inputs must be compatible", {
272272
y <- naive_days(1)
273273

274274
expect_snapshot(
275-
(
276-
expect_error(
277-
time_point_count_between(x, y)
278-
)
279-
)
275+
(expect_error(
276+
time_point_count_between(x, y)
277+
))
280278
)
281279
})
282280

@@ -296,11 +294,9 @@ test_that("`precision` must be a time point precision", {
296294
x <- sys_days(1)
297295

298296
expect_snapshot(
299-
(
300-
expect_error(
301-
time_point_count_between(x, x, "year")
302-
)
303-
)
297+
(expect_error(
298+
time_point_count_between(x, x, "year")
299+
))
304300
)
305301
})
306302

0 commit comments

Comments
 (0)