mirror of
https://bitbucket.org/Mattrixwv/javaclasses.git
synced 2025-12-06 15:03:58 -05:00
Fix sonarqube warnings
This commit is contained in:
@@ -48,6 +48,7 @@ public class TestTriangularNumberGenerator{
|
||||
@Test
|
||||
public void testConstructor(){
|
||||
gen = new TriangularNumberGenerator();
|
||||
assertEquals(1L, gen.num);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user