Skip to content

Commit

Permalink
Apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Feb 5, 2024
1 parent d533bc9 commit c38a31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/h2c/hash_to_point_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
expect(p.y).to eq(t["P"]["y"].hex)
count = h2c.suite.ro ? 2 : 1
u = h2c.hash_to_field(t["msg"], count)
expect(u).to eq(t['u'].map(&:hex))
expect(u).to eq(t["u"].map(&:hex))
end
end
end
Expand Down

0 comments on commit c38a31b

Please sign in to comment.