Fixed bug where part returned by getStr was off by a factor of 10

This commit is contained in:
2019-03-01 20:03:04 -05:00
parent 3a3ed27845
commit 02aa179389
3 changed files with 3 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ public class testStopwatch{
//Print the results
System.out.printf("The timer results in: %s\n", timer.getStr());
System.out.printf("The timer results in: %f milliseconds\n", timer.getMilli());
if(!failed){
System.out.println("All tests completed successfully");