Skip to content

Commit 73934da

Browse files
correct test number
1 parent baa55ef commit 73934da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21133,6 +21133,6 @@ test(2312, fwrite(DF, nullfile(), encoding = "UTF-8", nThread = 2L), NULL)
2113321133
# Testing column footer display with col.names options in print.data.table #6902
2113421134
dt = data.table(id = 1:25, value = sample(letters, 25, replace = TRUE), number = rnorm(25))
2113521135
# Test with class=TRUE shows classes at bottom with default col.names="auto"
21136-
test(2312.1, any(grepl("<int>", tail(capture.output(print(dt, class = TRUE)), 2))), TRUE)
21136+
test(2313.1, any(grepl("<int>", tail(capture.output(print(dt, class = TRUE)), 2))), TRUE)
2113721137
# Test that class=TRUE with col.names="top" doesn't show classes at bottom
21138-
test(2312.2, !any(grepl("<int>", tail(capture.output(print(dt, class = TRUE, col.names = "top")), 2))), TRUE)
21138+
test(2313.2, !any(grepl("<int>", tail(capture.output(print(dt, class = TRUE, col.names = "top")), 2))), TRUE)

0 commit comments

Comments
 (0)