From 862dd9b0cbbd1f48dfe15a0283a8ec9df465942f Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Tue, 8 Oct 2024 00:08:48 -0500 Subject: [PATCH] rename spec to note adding counts --- spec/queries/count_classifications_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/queries/count_classifications_spec.rb b/spec/queries/count_classifications_spec.rb index be04b2c..f8a12fe 100644 --- a/spec/queries/count_classifications_spec.rb +++ b/spec/queries/count_classifications_spec.rb @@ -166,7 +166,7 @@ end context 'when current day is part of the most recently pulled period' do - it 'adds the most recent period to the most recently pulled period counts' do + it 'adds the current day counts to the most recently pulled period counts' do create(:classification_with_diff_workflow, classification_id: 1000, event_time: Date.new(2022, 1, 2)) expect(counts.length).to eq(1) # the 2 classifications counted is the one created in L170 as well as diff_workflow_event classification.