Skip to content

Commit 074a46a

Browse files
committed
merged
1 parent c0e3db7 commit 074a46a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inst/tests/tests.Rraw

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21633,14 +21633,14 @@ local({
2163321633
"lst_named$inner", "lst_unnamed[[1]]", "nested$l1$l2",
2163421634
"mixed[[1]]", "mixed$y",
2163521635
"mixed_nested$A[[1]]", "mixed_nested$A$q")
21636-
test(2335.1, out, sort(expected))
21636+
test(2339.1, out, sort(expected))
2163721637
})
2163821638
local({
2163921639
dt <- data.table(val=42)
2164021640
e <- new.env()
2164121641
e$dt <- dt
2164221642
e$self <- e # possible infinite loop if we're not careful
21643-
test(2335.2, tables(recursive=TRUE, env=e)$NAME, "dt")
21643+
test(2339.2, tables(recursive=TRUE, env=e)$NAME, "dt")
2164421644
})
2164521645
local({
2164621646
test_obj <- local({
@@ -21650,7 +21650,7 @@ local({
2165021650
outer_list
2165121651
})
2165221652
out <- tables(recursive=TRUE)$NAME
21653-
test(2335.3, length(out), 2L)
21654-
test(2335.4, "test_obj$unique" %in% out)
21655-
test(2335.5, sum(grepl("\\$dt_inner$", out)), 1L)
21653+
test(2339.3, length(out), 2L)
21654+
test(2339.4, "test_obj$unique" %in% out)
21655+
test(2339.5, sum(grepl("\\$dt_inner$", out)), 1L)
2165621656
})

0 commit comments

Comments
 (0)