Skip to content

Commit ba4ec9e

Browse files
committed
Format
1 parent 1479fd2 commit ba4ec9e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

R/test-state.R

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,13 @@ set_state_inspector <- function(callback, tolerance = testthat_tolerance()) {
5858
}
5959

6060
testthat_state_condition <- function(before, after, call) {
61-
diffs <- waldo_compare(before, after, x_arg = "before", y_arg = "after",
62-
tolerance = the$state_inspector_tolerance)
61+
diffs <- waldo_compare(
62+
before,
63+
after,
64+
x_arg = "before",
65+
y_arg = "after",
66+
tolerance = the$state_inspector_tolerance
67+
)
6368

6469
if (length(diffs) == 0) {
6570
return(NULL)

0 commit comments

Comments
 (0)