Skip to content

Commit ad98446

Browse files
committed
remove unnecessary Timecop.return command
Fixes #275
1 parent 22f9402 commit ad98446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/inputs/jdbc_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@
412412
event = queue.pop
413413
expect(event.get("num")).to eq(12)
414414
expect(event.get("custom_time").time).to eq(Time.iso8601("2015-01-02T03:21:21.000Z"))
415-
Timecop.return
416415
end
417416
end
418417

0 commit comments

Comments
 (0)