Skip to content

Commit

Permalink
minor: fixed indention
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Jan 23, 2011
1 parent 41c256a commit 1ef7ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turn/runners/testrunner.rb
Expand Up @@ -118,7 +118,7 @@ def t_test_finished(name)
@t_reporter.finish_test(@t_test)
end

def t_case_finished(name)
def t_case_finished(name)
# Err.. why is testunit running this on the suite?
return if name=='' # FIXME skip suite call

Expand Down

0 comments on commit 1ef7ac2

Please sign in to comment.