Skip to content

Commit 1bdf1cd

Browse files
update snapshots
1 parent 4bc32fc commit 1bdf1cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testthat/_snaps/expect-shape.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# dim compared correctly
66

7-
matrix(nrow = 6, ncol = 3) has shape (6, 3), not (6, 2).
7+
matrix(nrow = 6, ncol = 3) has dim (6, 3), not (6, 2).
88

99
---
1010

11-
matrix(nrow = 6, ncol = 3) has shape (6, 3), not (7, 3).
11+
matrix(nrow = 6, ncol = 3) has dim (6, 3), not (7, 3).
1212

1313
---
1414

@@ -48,7 +48,7 @@
4848

4949
---
5050

51-
`x` has shape (NA, 10), not (10, NA).
51+
`x` has dim (NA, 10), not (10, NA).
5252

5353
# at least one argument is required
5454

0 commit comments

Comments
 (0)