Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 5, 2023
1 parent 65aa2bc commit 5cf3a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def test_explain_analyze
end
assert_response :success
assert_match "(actual time=", response.body
assert_match "Planning Time:", response.body
assert_match "Execution Time:", response.body
assert_match /Planning Time/i, response.body
assert_match /Execution Time/i, response.body
end

def test_explain_analyze_timeout
Expand Down

0 comments on commit 5cf3a2a

Please sign in to comment.