connell-class / revassess

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

teir1/test2: Misspelled field name (username) in User Class Diagram, expected (userName). #29

Closed krit-s closed 4 years ago

krit-s commented 4 years ago

Describe the bug "username" given in User Class Diagram doesn't match expected "userName" in tier1/Answer2test test case.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'tier1 branch'
  2. Click on 'Readme.md'
  3. Scroll down to 'Description/Setup' 4.)Click on 'here' 5). Actual: "username" but Expected: "userName"

Expected behavior Since tier1/Answers2Tests.java has "userName", thus User Class Diagram must have "userName: String" instead of "username: String"

Screenshots [Code Screenshot] tier1_test2

[User Class Diagram Screenshot] Answer2Test2UCD

connellrobert commented 4 years ago

fixed with issue #30