Skip to content

Commit 1f92ae3

Browse files
committed
ci: avoid conflicting name
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent ada4721 commit 1f92ae3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/plugin/test_out_irc.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def config(
2626
command: COMMAND.to_s,
2727
command_keys: nil
2828
)
29-
config = %[
29+
data = %[
3030
type irc
3131
host localhost
3232
port #{port}
@@ -44,8 +44,8 @@ def config(
4444
send_queue_limit 10
4545
send_interval 0.5
4646
]
47-
config += %[command_keys #{command_keys}] if command_keys
48-
config
47+
data += %[command_keys #{command_keys}] if command_keys
48+
data
4949
end
5050

5151

0 commit comments

Comments
 (0)