connell-class / revassess

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

Tier 4 Answer 2 tests not running #43

Closed MrNoseybonk closed 4 years ago

MrNoseybonk commented 4 years ago

Describe the bug The tier 4 test suite is running the Tier 3 Answer2Tests instead of the tier 4 one.

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 com.tier3.answers.Answer2Tests; This causes the suite to run the Tier 3 Answer2Tests

Expected behavior It should run the Tier 4 Answer2Tests.

connellrobert commented 4 years ago

This was fixed shortly after assignment creation