Skip to content

Commit ad7e284

Browse files
committed
Fix code style
1 parent d6bbeab commit ad7e284

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/aikido/zen/scanners/sql_injection_scanner_test.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -333,13 +333,13 @@ def refute_attack(query, input = query, *args)
333333
end
334334

335335
test "handles multiline inputs" do
336-
assert_attack <<~QUERY.chomp, <<~INPUT.chomp
337-
SELECT * FROM users WHERE id = 'a'
338-
OR 1=1#'
339-
QUERY
340-
a'
341-
OR 1=1#
342-
INPUT
336+
assert_attack <<~QUERY.chomp, <<~INPUT.chomp
337+
SELECT * FROM users WHERE id = 'a'
338+
OR 1=1#'
339+
QUERY
340+
a'
341+
OR 1=1#
342+
INPUT
343343
end
344344
end
345345

0 commit comments

Comments
 (0)