Skip to content

Commit

Permalink
Rename LinearAlgebraTests -> LinearAlgebraTest so that Maven can find it
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Jan 10, 2019
1 parent 324cce0 commit af691ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import static dk.alexandra.fresco.suite.dummy.arithmetic.DummyArithmeticRunner.run;
import static org.junit.Assert.assertTrue;

public class LinearAlgebraTests {
public class LinearAlgebraTest {

@Test
public void testCloseMatrix() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import dk.alexandra.fresco.lib.math.integer.stat.StatisticsTests;
import dk.alexandra.fresco.lib.math.polynomial.PolynomialTests;
import dk.alexandra.fresco.lib.real.BasicFixedPointTests;
import dk.alexandra.fresco.lib.real.LinearAlgebraTests;
import dk.alexandra.fresco.lib.real.MathTests;
import dk.alexandra.fresco.lib.real.TruncationTests;
import dk.alexandra.fresco.lib.statistics.CreditRaterTest;
Expand Down

0 comments on commit af691ca

Please sign in to comment.