Skip to content

Commit

Permalink
fix test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilliam committed Mar 26, 2022
1 parent edc6a20 commit 92f5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_polynomial_arithmetic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "test_helper"

class TestPolynomial < Minitest::Test
class TestPolynomialArithmetic < Minitest::Test
include HenselCode::Tools
include HenselCode::ModularArithmetic

Expand Down

0 comments on commit 92f5c91

Please sign in to comment.