AY2223S1-CS2103T-W08-4 / tp

AB3 for Team Project
https://ay2223s1-cs2103t-w08-4.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D][Tester D] Bug: Invalid editStock command shows wrong error message #219

Closed nus-pe-script closed 2 years ago

nus-pe-script commented 2 years ago

Steps to reproduce:

  1. Enter editStock 2 c/-1 into the command box.
  2. Press 'Enter' to execute the command.

Expected: Correct error message saying no negative values should be provided.

Actual: Error message saying "At least one field to edit must be provided."

Screenshot 2022-10-28 at 5.03.45 PM.png


Labels: severity.Low type.FunctionalityBug original: jeromepui/ped#9

hauchongtang commented 2 years ago

Duplicate of #205