Skip to content

Commit

Permalink
Remove confusing comment
Browse files Browse the repository at this point in the history
* See #1051
  • Loading branch information
eregon authored Aug 10, 2023
1 parent 1c0ea5c commit b8a59fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/random/bytes_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Random.new(33).bytes(2).should == Random.new(33).bytes(2)
end

# Should double check this is official spec
it "returns the same numeric output for a given seed across all implementations and platforms" do
rnd = Random.new(33)
rnd.bytes(2).should == "\x14\\"
Expand Down

0 comments on commit b8a59fd

Please sign in to comment.