Skip to content

Commit

Permalink
accept snap
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed May 14, 2024
1 parent 46bcb6a commit fd8c707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/tab_remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
---

Code
t_sp <- tab_spanner(gt(exibble), "span1", columns = c(char, fctr))
t_sp <- exibble %>% gt() %>% tab_spanner("span1", columns = c(char, fctr))
rm_spanners(t_sp, "span2")
Condition
Error in `rm_spanners()`:
Expand Down

0 comments on commit fd8c707

Please sign in to comment.