Skip to content

Commit

Permalink
#452: update rubocop to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Aug 16, 2021
1 parent 7545861 commit 9c07f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/lazylead/system/jira_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ def save!(body)
end

test "description is correct" do
assert_words %w[DATACMNS-1639\ moved\ entity\ instantiators],
assert_words ["DATACMNS-1639 moved entity instantiators"],
NoAuthJira.new("https://jira.spring.io")
.issues("key=DATAJDBC-480")
.first
.description
end

test "component is correct" do
assert_equal %w[Stream\ Module],
assert_equal ["Stream Module"],
NoAuthJira.new("https://jira.spring.io")
.issues("key=XD-3766")
.first
Expand Down
2 changes: 1 addition & 1 deletion test/lazylead/task/svn/touch_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class TouchTest < Lazylead::Test
)
)
assert_email "[SVN] Important files have been changed!",
%w[3 dgroup /189.md Add\ description\ for\ 189\ issue]
["3", "dgroup", "/189.md", "Add description for 189 issue"]
end
end
end

0 comments on commit 9c07f02

Please sign in to comment.