Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Jun 29, 2021
1 parent 48630b6 commit 7d0d611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/services/refresh_materialized_views_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
RefreshMaterializedViews.call
end
}.to change { ReportingPipeline::PatientBloodPressuresPerMonth.count }.from(0).to(2)
.and change { ReportingPipeline::PatientStatesPerMonth.count }.from(0).to(2)
.and change { ReportingPipeline::PatientVisitsPerMonth.count }.from(0).to(2)
.and change { ReportingPipeline::PatientStatesPerMonth.count }.from(0).to(2)
.and change { ReportingPipeline::PatientVisitsPerMonth.count }.from(0).to(2)
end
end

0 comments on commit 7d0d611

Please sign in to comment.