Skip to content

Commit

Permalink
update unrelated test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Jun 5, 2023
1 parent c95652c commit 8cdcd2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 140 deletions.
19 changes: 11 additions & 8 deletions tests/testthat/_snaps/knitr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@
pl$DataFrame(df)
```
```{=html}
<div><style>
.dataframe > thead > tr > th,
.dataframe > tbody > tr > td {
text-align: right;
}
</style>
<small>shape: (3, 2)</small><table border="1" class="dataframe"><thead><tr><th>a</th><th>b</th></tr><tr><td>i32</td><td>str</td></tr></thead><tbody><tr><td>1</td><td>&quot;a&quot;</td></tr><tr><td>2</td><td>&quot;b&quot;</td></tr><tr><td>3</td><td>&quot;c&quot;</td></tr></tbody></table></div>
```
## shape: (3, 2)
## ┌─────┬─────┐
## │ a ┆ b │
## │ --- ┆ --- │
## │ i32 ┆ str │
## ╞═════╪═════╡
## │ 1 ┆ a │
## │ 2 ┆ b │
## │ 3 ┆ c │
## └─────┴─────┘
```

---
Expand Down
132 changes: 0 additions & 132 deletions tests/testthat/_snaps/knitr.new.md

This file was deleted.

0 comments on commit 8cdcd2e

Please sign in to comment.