From 855aa1b508639933a7338b3a1b88ba351b6648ad Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:48:32 +0100 Subject: [PATCH] update snapshot --- NEWS.md | 2 +- tests/testthat/_snaps/after-wrappers.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index a8ba6cf88..4b256e850 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,7 +17,7 @@ - All `row_count_*` args in reading/scanning functions are renamed `row_index_*`. - `$sort()` for `Series` gains an argument `nulls_last`. - - `$str$extract()` and `$str$zfill()` now accepts an `Expr` and parse + - `$str$extract()` and `$str$zfill()` now accept an `Expr` and parse strings as column names. Use `pl$lit()` to recover the old behavior. - `$cum_count()` now starts from 1 instead of 0. diff --git a/tests/testthat/_snaps/after-wrappers.md b/tests/testthat/_snaps/after-wrappers.md index 96b3b0e2b..90f38f17b 100644 --- a/tests/testthat/_snaps/after-wrappers.md +++ b/tests/testthat/_snaps/after-wrappers.md @@ -87,8 +87,8 @@ [49] "sort" "std" "sum" "tail" [53] "to_data_frame" "to_list" "to_series" "to_struct" [57] "transpose" "unique" "unnest" "var" - [61] "width" "with_columns" "with_row_index" "write_csv" - [65] "write_json" "write_ndjson" "write_parquet" + [61] "width" "with_columns" "with_row_count" "with_row_index" + [65] "write_csv" "write_json" "write_ndjson" "write_parquet" --- @@ -159,7 +159,7 @@ [49] "unique" "unnest" [51] "var" "width" [53] "with_columns" "with_context" - [55] "with_row_index" + [55] "with_row_count" "with_row_index" ---