Skip to content

Commit 3051f89

Browse files
committed
fix: Correct LogSubscriber stub to ensure we are sending "options" as the last parameter
1 parent 37fea45 commit 3051f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/lib/multidb/log_subscriber_extension_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def debug(msg)
1717
msg
1818
end
1919

20-
def color(text, _color, _bold)
20+
def color(text, _color, options = {})
2121
text
2222
end
2323
end

0 commit comments

Comments
 (0)