Skip to content

Commit

Permalink
Y2K-type bug in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
svogt0511 committed Jan 5, 2025
1 parent 7c96f9d commit f202bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/provider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
it "should show all cumulative years" do
provider = create(:provider)
expect(provider.cumulative_years).to eq(
[2_015, 2_016, 2_017, 2_018, 2_019, 2_020, 2_021, 2_022, 2_023, 2_024],
[2_015, 2_016, 2_017, 2_018, 2_019, 2_020, 2_021, 2_022, 2_023, 2_024, 2_025],
)
end

Expand Down

0 comments on commit f202bc1

Please sign in to comment.