Remove comment

This commit is contained in:
Eugene Burmakin 2025-12-27 13:32:42 +01:00
parent b2becf99fb
commit 8fc3baf2fd

View file

@ -214,7 +214,6 @@ RSpec.describe Stats::CalculateMonth do
end
it 'does not invalidate caches when there are no points' do
# Create a new user without points
new_user = create(:user)
service = described_class.new(new_user.id, year, month)