Skip to content

Commit

Permalink
correct parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Oct 11, 2016
1 parent 28a56ab commit 27ed14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcpretty/formatters/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def format_libtool(library); EMPTY; end
def format_passing_test(suite, test, time); EMPTY; end
def format_pending_test(suite, test); EMPTY; end
def format_measuring_test(suite, test, time); EMPTY; end
def format_failing_test(suite, test, time, file_path); EMPTY; end
def format_failing_test(suite, test, reason, file_path); EMPTY; end
def format_process_pch(file); EMPTY; end
def format_process_pch_command(file_path); EMPTY; end
def format_phase_success(phase_name); EMPTY; end
Expand Down

0 comments on commit 27ed14b

Please sign in to comment.