Skip to content

Commit bd60b23

Browse files
committed
Update snapshots
1 parent 957edd9 commit bd60b23

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

tests/testthat/_snaps/property.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@
66

77
Can't find property <foo>@x.
88

9-
# property retrieval / reports dynamic getter errors as property calls
10-
11-
Code
12-
foo()@x
13-
Condition
14-
Error in `<foo>@x`:
15-
! nope
16-
17-
# prop setting / reports dynamic setter errors as property calls
18-
19-
Code
20-
obj@x <- 1
21-
Condition
22-
Error in `<foo>@x`:
23-
! nope
24-
259
# prop setting / can't set read-only properties
2610

2711
Code
@@ -276,3 +260,4 @@
276260
[tx] finished transmitting.
277261
Code
278262
expect_equal(receiver@message, "goodbye")
263+

0 commit comments

Comments
 (0)