Applied rubocop IndentationConsistency.
This commit is contained in:
parent
16ddef38e9
commit
dfc39cc95c
8 changed files with 186 additions and 186 deletions
|
@ -625,7 +625,7 @@ class TestCase < Test::Unit::TestCase
|
|||
raise "not matching '#{data[:title]}' in title '#{title}'"
|
||||
end
|
||||
end
|
||||
puts "tv #{params.inspect}"
|
||||
puts "tv #{params.inspect}"
|
||||
# verify modified
|
||||
if data.has_key?(:modified)
|
||||
exists = instance.find_elements( { css: '.tasks .active .icon' } )[0]
|
||||
|
|
Loading…
Reference in a new issue