Skip to content

Commit

Permalink
Update MiqReport count in spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
skovic committed Apr 4, 2018
1 parent 29aa578 commit 6f4a563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/models/miq_report/seeding_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe MiqReport do
context "Seeding" do
include_examples(".seed called multiple times", 140)
include_examples(".seed called multiple times", 143)
end
end
2 changes: 1 addition & 1 deletion spec/models/miq_widget_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe MiqWidget do
describe '.seed' do
before { [MiqReport, RssFeed].each(&:seed) }
include_examples(".seed called multiple times", 21)
include_examples(".seed called multiple times", 24)
end

before do
Expand Down

0 comments on commit 6f4a563

Please sign in to comment.