Skip to content

Commit b5a730c

Browse files
committed
1 parent 3d00c0e commit b5a730c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/crc_examples.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
it "should calculate CRC inside ractor" do
6464
digest = Ractor.new(described_class, string) { |klass, string|
6565
klass.hexdigest(string)
66-
}.take
66+
}.value
6767

6868
expect(digest).to eq expected
6969
end

0 commit comments

Comments
 (0)