Skip to content

Commit

Permalink
rename spec to note adding counts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Oct 8, 2024
1 parent d932fdf commit 862dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/queries/count_classifications_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 862dd9b

Please sign in to comment.