Skip to content

Commit 0757592

Browse files
committed
tests: fix snaps for testthat v3.3.0
1 parent 8988ac9 commit 0757592

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/testthat/_snaps/bs-theme-preset-builtin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# builtin_bundle(): errors for unknown preset names
1+
# builtin_bundle() / errors for unknown preset names
22

33
Code
44
builtin_bundle("not-a-preset", version = "5")

tests/testthat/_snaps/bs-theme-preset.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# resolve_bs_preset(): throws an error if both `name` and `bootswatch` are provided
1+
# resolve_bs_preset() / throws an error if both `name` and `bootswatch` are provided
22

33
Code
44
resolve_bs_preset(preset = "name", bootswatch = "bootswatch")
@@ -10,7 +10,7 @@
1010
* `preset = "bootswatch"`
1111
* `bootswatch = "bootswatch"`
1212

13-
# resolve_bs_preset(): throws an error if `name` or `bootswatch` are not scalar strings
13+
# resolve_bs_preset() / throws an error if `name` or `bootswatch` are not scalar strings
1414

1515
Code
1616
resolve_bs_preset(preset = c("a", "b"))
@@ -30,7 +30,7 @@
3030
x Bad: `bootswatch = c("flatly", "darkly")`
3131
v Good: `bootswatch = "flatly"`
3232

33-
# resolve_bs_preset(): throws an error if `name` or `bootswatch` don't match existing presets
33+
# resolve_bs_preset() / throws an error if `name` or `bootswatch` don't match existing presets
3434

3535
Code
3636
resolve_bs_preset(preset = "not_a_preset", version = 4)

0 commit comments

Comments
 (0)