Skip to content

Commit d833ba7

Browse files
committed
Code formating
1 parent fe6ed49 commit d833ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/section_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def test_section_command_setter
3030
assert_equal(" " * 5_000 + " [TRUNCATED]", section.command)
3131
end
3232

33-
def test_gc_time_m
33+
def test_gc_time_ms
3434
GC.disable
3535
agent.measure_job("job") do
36-
agent.measure_section("section") { GC.start; GC.start}
36+
agent.measure_section("section") { GC.start; GC.start }
3737
end
3838
gc = agent.current_execution.sections.find { |s| s.kind == "gc" }
3939
section = agent.current_execution.sections.find { |s| s.kind != "gc" }

0 commit comments

Comments
 (0)