dusk-network/plonk

Add more tests for point equality assertion

moCello opened this issue · 0 comments

Describe what you want implemented
Add tests for assert_equal_point method of the composer:

  • sanity test
  • fails when the points are not equal
  • fails when only one of the coordinates are not equal

Describe "Why" this is needed
We need to increase our tests coverage, as the issue #721 clearly showed.

Describe alternatives you've considered
N/A

Additional context
N/A