Skip to content

Commit

Permalink
Update test/kennel/models/dashboard_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Grosser <[email protected]>
  • Loading branch information
smo921 and grosser authored May 14, 2024
1 parent 139ae12 commit 925dde5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/kennel/models/dashboard_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,6 @@ def resolve(force: false)
resolve.must_be_nil
end

# Test is necessary for code coverage after adding timeseries support,
# to ensure the case statement is tested for unmatched types
it "ignores unknown widget types" do
definition[:type] = "unknown"
resolve.keys.must_equal [:requests, :type, :title]
Expand Down

0 comments on commit 925dde5

Please sign in to comment.