connell-class / revassess

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

Tier 1 Test 2 the test is looking for userName not username #30

Closed MrNoseybonk closed 4 years ago

MrNoseybonk commented 4 years ago

Describe the bug The user class diagram lists the field as username but the test is looking for userName. No way of knowing this without looking at the test.

To Reproduce Steps to reproduce the behavior:

  1. Go to RevassessTier1\src\test\java\com\tier1\answers\Answer2Tests.java
  2. Scroll down to line 26
  3. String[] fieldNames = { "id", "firstName", "lastName", "userName", "password", "role" };

Expected behavior Either userName should be username, or the user class diagram should be changed to userName.

connellrobert commented 4 years ago

fixed in repo v2