Skip to content

Commit 18701eb

Browse files
committed
test rdataset-list: update expected
1 parent e8fd5f1 commit 18701eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.runs-on }}
2727
env:
2828
# We can invalidate the current cache by updating this.
29-
CACHE_VERSION: "2025-08-13"
29+
CACHE_VERSION: "2025-12-07"
3030
steps:
3131
- uses: actions/checkout@v6
3232
- uses: ruby/setup-ruby@v1

test/test-rdataset.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def setup
88
test("with package_name") do
99
records = @dataset.filter(package: "datasets").to_a
1010
assert_equal([
11-
104,
11+
108,
1212
{
1313
package: "datasets",
1414
dataset: "ability.cov",
@@ -48,7 +48,7 @@ def setup
4848
test("without package_name") do
4949
records = @dataset.each.to_a
5050
assert_equal([
51-
3485,
51+
3499,
5252
{
5353
package: "AER",
5454
dataset: "Affairs",

0 commit comments

Comments
 (0)