Skip to content

Commit

Permalink
Fix renaming caggs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatas committed Sep 14, 2024
1 parent 6616a9a commit e414595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/timescaledb/acts_as_hypertable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
expect(Event).to respond_to(:jobs)
expect(Event).to respond_to(:job_stats)
expect(Event).to respond_to(:compression_settings)
expect(Event).to respond_to(:continuous_aggregates)
expect(Event).to respond_to(:caggs)
end
end
context "when model skips association scopes" do
Expand Down

0 comments on commit e414595

Please sign in to comment.