From e414595184b8c7f2e9b8b179fba4ab279a2e62ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B4natas=20Davi=20Paganini?= Date: Fri, 13 Sep 2024 21:36:02 -0300 Subject: [PATCH] Fix renaming caggs --- spec/timescaledb/acts_as_hypertable_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/timescaledb/acts_as_hypertable_spec.rb b/spec/timescaledb/acts_as_hypertable_spec.rb index 8bfaf06..df3f737 100644 --- a/spec/timescaledb/acts_as_hypertable_spec.rb +++ b/spec/timescaledb/acts_as_hypertable_spec.rb @@ -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