We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957edd9 commit bd60b23Copy full SHA for bd60b23
1 file changed
tests/testthat/_snaps/property.md
@@ -6,22 +6,6 @@
6
7
Can't find property <foo>@x.
8
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
20
- obj@x <- 1
21
22
23
24
25
# prop setting / can't set read-only properties
26
27
Code
@@ -276,3 +260,4 @@
276
260
[tx] finished transmitting.
277
261
278
262
expect_equal(receiver@message, "goodbye")
263
+
0 commit comments