Skip to content

Commit 751e0fd

Browse files
committed
fix typo in test
1 parent e089f8f commit 751e0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20604,7 +20604,7 @@ test(2297.03, format_list_item(data.frame(a=1)[,0]), output = "
2060420604
test(2297.04, format_list_item(data.frame(a=1, b=2)[0,,drop=FALSE]), output = "<data.frame\\[0x2]>")
2060520605
test(2297.06, format_list_item(data.table(a=1)), output = "<data.table\\[1x1]>")
2060620606
test(2297.07, format_list_item(data.table(a=numeric())), output = "<data.table\\[0x1]>")
20607-
test(2297.08, format_list_item(data.table(), output = "<data.table\\[0x0]>")
20607+
test(2297.08, format_list_item(data.table()), output = "<data.table\\[0x0]>")
2060820608
test(2297.09, format_list_item(data.table(a=numeric(), b=numeric())), output = "<data.table\\[0x2]>")
2060920609
test(2297.10, data.table(a=1), output = " *a\n1: *1")
2061020610
test(2297.11, data.table(a=list(data.frame(b=1))), output = " *a\n1: <data.frame\\[1x1]>")

0 commit comments

Comments
 (0)