Skip to content

Commit

Permalink
#573: Fix 0pdd typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Feb 17, 2022
1 parent f41f5b1 commit 408f430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/lazylead/task/svn/diff_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
require_relative "../../../../lib/lazylead/task/svn/diff"

module Lazylead
# @todo #/DEV Add test to check engine structure without email sending
# @todo #/DEV Svn::Diff Add test to check engine structure without email sending
class DiffTest < Lazylead::Test
# @todo #/DEV Right now its impossible to check that attachment is present in email as we
# removing the directory with attachments once SVN::Diff is sent the email through the postman.
Expand Down
2 changes: 1 addition & 1 deletion test/lazylead/task/svn/grep_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
require_relative "../../../../lib/lazylead/task/svn/svn"

module Lazylead
# @todo #/DEV Add test to check engine structure without email sending
# @todo #/DEV Svn::Grep Add test to check engine structure without email sending
class GrepTest < Lazylead::Test
test "changes with text" do
skip "No svn credentials provided" unless env? "svn_log_user", "svn_log_password"
Expand Down

0 comments on commit 408f430

Please sign in to comment.