connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

Tier 4 Test 1 Points not accruing properly #44

Closed MrNoseybonk closed 4 years ago

MrNoseybonk commented 4 years ago

Describe the bug Even when the test for question passes, you do not get the points for it. This is because it is making a reference to the Tier 3 addPoints method, not the Tier 4 version.

To Reproduce Steps to reproduce the behavior:

  1. Go to src/test/java/com.tier4.answers/Tier4Tests.java
  2. Scroll down to line 3
  3. It has import static com.tier3.answers.PointsTests.addPoints; when it should be import static com.tier4.answers.PointsTests.addPoints;

Expected behavior Passing the test for Question 1 in tier 4 should give you the 10 points.

connellrobert commented 4 years ago

It looks like this was fixed shortly after the repos were made. so its fixed in version 2