Skip to content

Commit

Permalink
update todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
labradford committed Aug 7, 2023
1 parent f0a3ac5 commit eb4f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/import_counter_metrics_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rails_helper'

RSpec.describe ImportCounterMetrics do
# TODO: Write tests for this service
# TODO: Write more robust tests for this service
it 'creates Hyrax::CounterMetrics with investigations' do
ImportCounterMetrics.import_investigations('spec/fixtures/csv/pittir-views.csv')
expect(Hyrax::CounterMetric.count).not_to be_nil
Expand Down

0 comments on commit eb4f2a8

Please sign in to comment.