Skip to content

Commit f93cdb2

Browse files
RuboCop: fix Async::Clock tests.
1 parent 34e1074 commit f93cdb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/async/clock.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
expect(result).to be == 0
5656
expect(clock.total).to be == 0
5757
end
58-
58+
5959
it "handles multiple stops" do
6060
clock.start!
6161
first_stop = clock.stop!
@@ -65,7 +65,7 @@
6565
expect(clock.total).to be == first_stop
6666
end
6767
end
68-
68+
6969
with "#total" do
7070
with "initial duration" do
7171
let(:clock) {subject.new(1.5)}
@@ -83,7 +83,7 @@
8383
sleep(0.0001)
8484
expect(clock.total).to be >= total
8585
end
86-
86+
8787
it "preserves total during start/stop cycles" do
8888
# First cycle
8989
clock.start!

0 commit comments

Comments
 (0)